New version of mirrormanager in prod
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
84a7a7afc8
commit
22831e10e6
2 changed files with 3 additions and 11 deletions
|
@ -26,9 +26,7 @@
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
|
|
||||||
- name: make the app be real
|
- name: make the app be real
|
||||||
# Only staging for now
|
hosts: os_control_stg:os_control
|
||||||
# hosts: os_control_stg:os_control
|
|
||||||
hosts: os_control_stg
|
|
||||||
user: root
|
user: root
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
|
|
|
@ -44,14 +44,8 @@ spec:
|
||||||
source:
|
source:
|
||||||
type: Git
|
type: Git
|
||||||
git:
|
git:
|
||||||
# uri: https://github.com/fedora-infra/mirrormanager2.git
|
uri: https://github.com/fedora-infra/mirrormanager2.git
|
||||||
uri: https://github.com/abompard/mirrormanager2.git
|
ref: "{{ env }}"
|
||||||
{% if env == "staging" %}
|
|
||||||
# ref: staging
|
|
||||||
ref: refactor-utilities
|
|
||||||
{% else %}
|
|
||||||
ref: master
|
|
||||||
{% endif %}
|
|
||||||
contextDir: /
|
contextDir: /
|
||||||
strategy:
|
strategy:
|
||||||
type: Source
|
type: Source
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue