X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openstack-hot%2Fcsit-apex-3-instance-type.yaml;h=69010321d3020efb6ba2952efb996a3f27813ee0;hb=9477a94eed604f9989cd61659491e5339708a088;hp=9534b7fb9c921dff2071014ac48ff51e847581b4;hpb=2286ad4530f49637778724c84f697d80a4f5b963;p=releng%2Fbuilder.git diff --git a/openstack-hot/csit-apex-3-instance-type.yaml b/openstack-hot/csit-apex-3-instance-type.yaml index 9534b7fb9..69010321d 100644 --- a/openstack-hot/csit-apex-3-instance-type.yaml +++ b/openstack-hot/csit-apex-3-instance-type.yaml @@ -40,22 +40,34 @@ parameters: description: Image to run instance on for 3rd VM type resources: - 192_network: type: OS::Neutron::Net properties: - name: APEX_192_network + name: + str_replace: + template: SILO-JOB_NAME-NET + params: + "SILO": {get_param: silo} + "JOB_NAME": {get_param: job_name} + "NET": 'APEX_192_network' port_security_enabled: false 192_subnet: type: OS::Neutron::Subnet properties: - name: APEX_192_subnet + name: + str_replace: + template: SILO-JOB_NAME-SUBNET + params: + "SILO": {get_param: silo} + "JOB_NAME": {get_param: job_name} + "SUBNET": 'APEX_192_subnet' network_id: {get_resource: 192_network} cidr: 192.0.2.0/24 + gateway_ip: 192.0.2.1 allocation_pools: - - start: 192.0.2.2 - end: 192.0.2.50 + - start: 192.0.2.51 + end: 192.0.2.99 vm_0_group: type: "OS::Heat::ResourceGroup"