openstack-helm/tools/deployment/baremetal
jlego229-kim 62b12e3af5 Fix an error while getting Pod's nodeName when setting up VMs with vbmc
Currently, in the script which sets up VMs with vmbc instead of BM for ironic
practice,

There is an IF command checking if OVS_VSWITCHD pod is located in master
node or not.

To get the info about Pod's nodeName, command below has been used.

$ kubectl --namespace openstack get pod "${OVS_VSWITCHD_POD}" -o wide --no-headers | awk '{ print $NF }'

But this command sometimes cannot parse Pod's nodeName correctly becuase
new headers such as "NOMINATED NODE" and "READINESS GATE" are printed in the end "-o wide" option.
(in some version of k8s)

To avoid this problem and give more readability,
I suggest changing commands to use "-o json" option.

Change-Id: Ib81ae505ac8d04dae9af6326880e1fa17664ac0b
2019-07-12 14:13:15 +09:00
..
000-install-packages.sh Ironic: chart and initial gate scripts 2018-02-06 22:48:49 +00:00
005-setup-nodes.sh Fix an error while getting Pod's nodeName when setting up VMs with vbmc 2019-07-12 14:13:15 +09:00
010-setup-client.sh Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
020-ingress.sh Gate: Fix make command for osh-infra charts 2018-09-12 23:58:13 +00:00
030-ceph.sh Ironic: Fix gate 2018-05-01 09:21:56 -05:00
035-ceph-ns-activate.sh Ironic: Fix gate 2018-05-01 09:21:56 -05:00
040-mariadb.sh Ironic: simplify gate scripts 2018-05-01 10:30:32 -05:00
050-rabbitmq.sh Ironic: simplify gate scripts 2018-05-01 10:30:32 -05:00
060-memcached.sh Ironic: simplify gate scripts 2018-05-01 10:30:32 -05:00
070-keystone.sh Ceph: Setup radosgw with increased swift support. 2018-05-12 12:58:03 -05:00
080-ceph-radosgateway.sh Ceph: Setup radosgw with increased swift support. 2018-05-12 12:58:03 -05:00
090-glance.sh Ironic: simplify gate scripts 2018-05-01 10:30:32 -05:00
100-heat.sh Ironic: simplify gate scripts 2018-05-01 10:30:32 -05:00
110-compute-kit.sh Neutron parameter min_l3_agents_per_router was removed in Ocata 2019-01-18 22:50:17 +00:00
800-create-baremetal-host-aggregate.sh Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
810-register-baremetal-nodes.sh Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
820-create-baremetal-flavor.sh Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
900-use-it.sh Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00