aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_contrail_instance_ip_parameters/pass/pass.yaml
blob: 8645348d26c6e5c1dcf953758a13e64c601b62a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
heat_template_version: 2015-04-30

description: fdsafsfsa

parameters:

  TESTDB_int_priv_ips:
   type: comma_delimited_list
   description: asnfjl

  TESTDB_private_ips:
   type: comma_delimited_list
   description: asnfjl

  int_priv_subnet_id:
   type: string
   description: asnfjl

  private_v6_subnet_id:
   type: string
   description: asnfjl

resources:

  TESTDB_0_int_priv_vmi_0_IP_0:
    type: OS::ContrailV2::InstanceIp
    properties:
      virtual_machine_interface_refs: { get_resource: TESTDB_0_priv_vmi_0 }
      virtual_network_refs: [{ get_resource: int_priv_network }]
      instance_ip_address: { get_param: [TESTDB_int_priv_ips, 0] }
      subnet_uuid: { get_param: int_priv_subnet_id }

  TESTDB_0_private_vmi_1_IP_0:
    type: OS::ContrailV2::InstanceIp
    properties:
      virtual_machine_interface_refs: { get_resource: TESTDB_1_priv_vmi_0 }
      virtual_network_refs: [{ get_param: priv_net_fqdn }]
      instance_ip_address: { get_param: [TESTDB_private_ips, 1] }
      subnet_uuid: { get_param: private_v6_subnet_id }

  #testnlksadf:
  #  type: http://www.google.com