@@ -11,7 +11,6 @@ Below are the list of clouds providers currently supported:
1111 * aws - Amazon Web Service
1212 * gce - Google Cloud Compute
1313 * oci - Oracle Cloud Infrastructure
14- * openstack (special minicloud support added)
1514
1615You configure which cloud provider you want to use, what feature from that
1716cloud provider you want to use, and then you can use kdevops to select which
@@ -173,40 +172,6 @@ application id. Set these values via "make menuconfig" in the
173172Terraform Providers submenu.
174173
175174
176- ### Openstack
177-
178- Openstack is supported. This solution relies on the clouds.yaml file for
179- openstack configuration. This simplifies setting up authentication
180- considerably.
181-
182- #### Minicloud Openstack support
183-
184- minicloud has a custom setup where the you have to SSH with a special port
185- depending on the IP address you get, if you enable minicloud we do this
186- computation for you and tell you where to SSH to, but we also have support
187- to update your ~ /ssh/config for you.
188-
189- Please note that minicloud takes a while to update its ports / mac address
190- tables, and so you may not be able to log in until after about 5 minutes after
191- you are able to create the nodes. Have patience.
192-
193- Your terraform.tfvars may look something like:
194-
195- ```
196- instance_prefix = "my-random-project"
197-
198- image_name = "Debian 10 ppc64le"
199- flavor_name = "minicloud.tiny"
200-
201- ssh_config_pubkey_file = "~/.ssh/minicloud.pub"
202- ssh_config = "~/.ssh/config"
203- ssh_config_user = "debian"
204- ssh_config_update = "true"
205- ssh_config_use_strict_settings = "true"
206- ssh_config_backup = "true"
207-
208- ```
209-
210175### AWS - Amazon Web Services
211176
212177AWS is supported. For authentication, kdevops relies on a shared
0 commit comments