Rebuilding taiga.
This commit is contained in:
parent
cb6e4f22f2
commit
03fb24cadb
6 changed files with 11 additions and 11 deletions
|
@ -23,5 +23,5 @@ copr-fe.cloud.fedoraproject.org
|
|||
copr-keygen.cloud.fedoraproject.org
|
||||
copr-dist-git.fedorainfracloud.org
|
||||
value01.phx2.fedoraproject.org
|
||||
taiga.cloud.fedoraproject.org
|
||||
taiga.fedorainfracloud.org
|
||||
taskotron01.qa.fedoraproject.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
image: "{{ fedora21_x86_64 }}"
|
||||
image: "{{ fedora23_x86_64 }}"
|
||||
instance_type: m1.medium
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default
|
||||
|
@ -17,7 +17,7 @@ host_backup_targets: ['/backups']
|
|||
dbs_to_backup: ['taiga']
|
||||
|
||||
volumes:
|
||||
- volume_id: 4a99a0b3-6812-4c09-af1e-6313a467e3ec
|
||||
- volume_id: 8878d26e-a296-4c81-b636-3eb4dca15ed0
|
||||
device: /dev/vdc
|
||||
|
||||
cloud_networks:
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
image: "{{ fedora21_x86_64 }}"
|
||||
image: "{{ fedora23_x86_64 }}"
|
||||
instance_type: m1.small
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default
|
||||
|
@ -14,7 +14,7 @@ root_auth_users: ralph maxamillion
|
|||
description: stg instance of the taiga frontend server
|
||||
|
||||
volumes:
|
||||
- volume_id: 67f313d5-e345-4649-873c-9684985dca75
|
||||
- volume_id: 5babf722-0046-4535-a6e5-398f9c67b844
|
||||
device: /dev/vdc
|
||||
|
||||
cloud_networks:
|
|
@ -935,8 +935,8 @@ copr-keygen.cloud.fedoraproject.org
|
|||
copr-be-dev.cloud.fedoraproject.org
|
||||
copr-fe-dev.cloud.fedoraproject.org
|
||||
# taiga for kanban-style project planning
|
||||
taiga.cloud.fedoraproject.org
|
||||
taigastg.cloud.fedoraproject.org
|
||||
taiga.fedorainfracloud.org
|
||||
taigastg.fedorainfracloud.org
|
||||
# graphite/statsd/grafana exploration
|
||||
grafana.cloud.fedoraproject.org
|
||||
# glittergallery GSoC dev work
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: check/create instance
|
||||
hosts: taiga.cloud.fedoraproject.org
|
||||
hosts: taiga.fedorainfracloud.org
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
|
@ -12,7 +12,7 @@
|
|||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
|
||||
- name: setup all the things
|
||||
hosts: taiga.cloud.fedoraproject.org
|
||||
hosts: taiga.fedorainfracloud.org
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- /srv/private/ansible/vars.yml
|
|
@ -1,5 +1,5 @@
|
|||
- name: check/create instance
|
||||
hosts: taigastg.cloud.fedoraproject.org
|
||||
hosts: taigastg.fedorainfracloud.org
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
|
@ -12,7 +12,7 @@
|
|||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
|
||||
- name: setup all the things
|
||||
hosts: taigastg.cloud.fedoraproject.org
|
||||
hosts: taigastg.fedorainfracloud.org
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
Loading…
Add table
Add a link
Reference in a new issue