diff options
Diffstat (limited to 'xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2')
-rw-r--r-- | xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2 b/xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2 deleted file mode 100644 index febe8369..00000000 --- a/xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2 +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -source /root/openrc - -openstack --insecure network create --external \ - --provider-physical-network flat \ - --provider-network-type flat {{ external_network }} - -openstack --insecure subnet create --network {{ external_network }} \ - --allocation-pool {{ allocation_pool }} \ - --subnet-range {{ subnet_cidr }} --gateway {{ gateway_ip }} \ - --no-dhcp {{ subnet_name }} |