This repository was archived by the owner on Mar 22, 2018. It is now read-only.
Commit 9f24133
Install k8s after OpenStack services up
In plugin.sh we install kubernetes at devstack post-config phase, at that
time all of the OpenStack services are not launched yet, so plugin.sh
script don't have chance to get subnet-id or floating-network-id for
external cloud provider config file cloud-config, we want to get these
information to make cloud-config file, then execute local-up-cluster.sh
to launch kubernetes with external cloud provider.1 parent 5cdcc93 commit 9f24133
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | 171 | | |
175 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments