maintainer-test: re-add ppc64le-test, using a donated vm in cz.
Once we get cloud power8's back online we can bring this back up ourselves. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
899d1767eb
commit
be03aa4abf
3 changed files with 5 additions and 18 deletions
|
@ -49,8 +49,8 @@ iddev.fedorainfracloud.org
|
||||||
# koji simple ci development - ticket 6419
|
# koji simple ci development - ticket 6419
|
||||||
simple-koji-ci-prod.fedorainfracloud.org
|
simple-koji-ci-prod.fedorainfracloud.org
|
||||||
retrace-stg.aws.fedoraproject.org
|
retrace-stg.aws.fedoraproject.org
|
||||||
|
# This is not in aws, but here is good enough for now
|
||||||
|
ppc64le-test.fedorainfracloud.org
|
||||||
|
|
||||||
[cloud:children]
|
[cloud:children]
|
||||||
cloud_phx2
|
cloud_phx2
|
||||||
|
|
|
@ -952,6 +952,7 @@ f32-test.fedorainfracloud.org
|
||||||
rawhide-test.fedorainfracloud.org
|
rawhide-test.fedorainfracloud.org
|
||||||
el6-test.fedorainfracloud.org
|
el6-test.fedorainfracloud.org
|
||||||
el7-test.fedorainfracloud.org
|
el7-test.fedorainfracloud.org
|
||||||
|
ppc64le-test.fedorainfracloud.org
|
||||||
|
|
||||||
[aarch64_test]
|
[aarch64_test]
|
||||||
aarch64-test01.fedorainfracloud.org
|
aarch64-test01.fedorainfracloud.org
|
||||||
|
|
|
@ -1,23 +1,9 @@
|
||||||
- name: Spin up maintainertest cloud instances
|
|
||||||
hosts: maintainer_test_oldcloud
|
|
||||||
gather_facts: False
|
|
||||||
|
|
||||||
vars_files:
|
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
|
||||||
- /srv/private/ansible/vars.yml
|
|
||||||
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
|
||||||
- /srv/private/ansible/files/openstack/passwords.yml
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
|
||||||
|
|
||||||
- name: Do some basic cloud setup on them
|
- name: Do some basic cloud setup on them
|
||||||
hosts: maintainer_test:maintainer_test_oldcloud
|
hosts: maintainer_test:aarch64_test
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- /srv/private/ansible/vars.yml
|
- /srv/private/ansible/vars.yml
|
||||||
- /srv/private/ansible/files/openstack/passwords.yml
|
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
|
@ -26,7 +12,7 @@
|
||||||
hostname: name="{{inventory_hostname}}"
|
hostname: name="{{inventory_hostname}}"
|
||||||
|
|
||||||
- name: Setup maintainer test hosts
|
- name: Setup maintainer test hosts
|
||||||
hosts: maintainer_test:aarch64_test:maintainer_test_oldcloud
|
hosts: maintainer_test:aarch64_test
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
tags:
|
tags:
|
||||||
- maintainer-test
|
- maintainer-test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue