Skip to content

Commit 6447ef6

Browse files
authored
Merge pull request #84170 from maxwelldb/shiftstack-configdrive-ocpbugs43891
[OCPBUGS#43891] Add 'configDrive: true' to some ShiftStack CRs
2 parents 3c940df + f11a358 commit 6447ef6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

modules/machineset-yaml-osp-sr-iov-port-security.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,12 @@ spec:
8282
trunk: false
8383
userDataSecret:
8484
name: worker-user-data
85+
configDrive: true <4>
8586
----
8687
<1> Specify allowed address pairs for the API and ingress ports.
8788
<2> Specify the machines network and subnet.
8889
<3> Specify the compute machines security group.
90+
<4> The value of the `configDrive` parameter must be `true`.
8991

9092
[NOTE]
9193
====
@@ -94,4 +96,4 @@ Trunking is enabled for ports that are created by entries in the networks and su
9496
You can enable trunking for each port.
9597
9698
Optionally, you can add tags to ports as part of their `tags` lists.
97-
====
99+
====

modules/machineset-yaml-osp-sr-iov.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,15 @@ spec:
9191
userDataSecret:
9292
name: <node_role>-user-data
9393
availabilityZone: <optional_openstack_availability_zone>
94+
configDrive: true <5>
9495
----
9596
<1> Enter a network UUID for each port.
9697
<2> Enter a subnet UUID for each port.
9798
<3> The value of the `vnicType` parameter must be `direct` for each port.
9899
<4> The value of the `portSecurity` parameter must be `false` for each port.
99100
+
100101
You cannot set security groups and allowed address pairs for ports when port security is disabled. Setting security groups on the instance applies the groups to all ports that are attached to it.
102+
<5> The value of the `configDrive` parameter must be `true`.
101103

102104
[IMPORTANT]
103105
====

0 commit comments

Comments
 (0)