9c36cf6a996882418ca586dfc8101defa296ba1a
[integration/test.git] / csit / variables / ovsdb / create_port_vm.json
1 {
2   "port": {
3     "binding:host_id": "{BIND_HOST_ID}",
4     "allowed_address_pairs": [],
5     "device_owner": "compute:None",
6     "port_security_enabled": true,
7     "binding:profile": {},
8     "fixed_ips": [
9       {
10         "subnet_id": "{subnetId}",
11         "ip_address": "10.1.0.3"
12       }
13     ],
14     "id": "{portId}",
15     "security_groups": [
16       {
17         "tenant_id": "{tntId}",
18         "description": "Default security group",
19         "id": "970d6a6d-bebf-43a3-85cc-a860fc994333",
20         "security_group_rules": [
21           {
22             "remote_group_id": null,
23             "direction": "egress",
24             "remote_ip_prefix": null,
25             "protocol": null,
26             "ethertype": "IPv4",
27             "tenant_id": "{tntId}",
28             "port_range_max": null,
29             "port_range_min": null,
30             "id": "3f260b84-637a-4edc-8ba6-a5ff36b2ae79",
31             "security_group_id": "970d6a6d-bebf-43a3-85cc-a860fc994333"
32           },
33           {
34             "remote_group_id": null,
35             "direction": "egress",
36             "remote_ip_prefix": null,
37             "protocol": null,
38             "ethertype": "IPv6",
39             "tenant_id": "{tntId}",
40             "port_range_max": null,
41             "port_range_min": null,
42             "id": "9c3a324a-822d-4a60-b4d9-bc9fc8a890e9",
43             "security_group_id": "970d6a6d-bebf-43a3-85cc-a860fc994333"
44           },
45           {
46             "remote_group_id": "970d6a6d-bebf-43a3-85cc-a860fc994333",
47             "direction": "ingress",
48             "remote_ip_prefix": null,
49             "protocol": null,
50             "ethertype": "IPv6",
51             "tenant_id": "{tntId}",
52             "port_range_max": null,
53             "port_range_min": null,
54             "id": "a3dc2551-2939-4a0b-8113-bcbce704c0fd",
55             "security_group_id": "970d6a6d-bebf-43a3-85cc-a860fc994333"
56           },
57           {
58             "remote_group_id": "970d6a6d-bebf-43a3-85cc-a860fc994333",
59             "direction": "ingress",
60             "remote_ip_prefix": null,
61             "protocol": null,
62             "ethertype": "IPv4",
63             "tenant_id": "{tntId}",
64             "port_range_max": null,
65             "port_range_min": null,
66             "id": "efa8f393-1494-4370-87c2-693f1c109190",
67             "security_group_id": "970d6a6d-bebf-43a3-85cc-a860fc994333"
68           }
69         ],
70         "name": "default"
71       }
72     ],
73     "device_id": "{deviceId}",
74     "name": "",
75     "admin_state_up": true,
76     "network_id": "{netId}",
77     "tenant_id": "{tntId}",
78     "binding:vif_details": {},
79     "binding:vnic_type": "normal",
80     "binding:vif_type": "unbound",
81     "mac_address": "{macAddr}"
82   }
83 }