-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #433 from jistr/b/hackathon-tweaks
Fixes for small issues found at the hackathon
- Loading branch information
Showing
5 changed files
with
27 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,25 +156,6 @@ make input | |
make openstack | ||
---- | ||
|
||
=== Convenience steps | ||
|
||
To make our life easier we can copy the deployment passwords we'll be using | ||
in the https://openstack-k8s-operators.github.io/data-plane-adoption/user/#deploying-backend-services_migrating-databases[backend services deployment phase of the data plane adoption]. | ||
|
||
[,bash] | ||
---- | ||
scp -i ~/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa [email protected]:/root/tripleo-standalone-passwords.yaml ~/ | ||
---- | ||
|
||
If we want to be able to easily run `openstack` commands from the host without | ||
actually installing the package and copying the configuration file from the VM | ||
we can create a simple alias: | ||
|
||
[,bash] | ||
---- | ||
alias openstack="ssh -i ~/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa [email protected] OS_CLOUD=standalone openstack" | ||
---- | ||
|
||
=== Route networks | ||
|
||
Route VLAN20 to have access to the MariaDB cluster: | ||
|
@@ -225,9 +206,15 @@ the install_yamls `*_cleanup` targets. This is further detailed in | |
the section: | ||
https://openstack-k8s-operators.github.io/data-plane-adoption/dev/#_reset_the_environment_to_pre_adoption_state[Reset the environment to pre-adoption state] | ||
|
||
=== Create a workload to adopt | ||
=== Creating a workload to adopt | ||
|
||
''' | ||
To run `openstack` commands from the host without | ||
installing the package and copying the configuration file from the virtual machine, create an alias: | ||
|
||
[,bash] | ||
---- | ||
alias openstack="ssh -i ~/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa [email protected] OS_CLOUD=standalone openstack" | ||
---- | ||
|
||
==== Ironic Steps | ||
|
||
|
@@ -330,15 +317,25 @@ Create a Barbican secret | |
openstack secret store --name testSecret --payload 'TestPayload' | ||
``` | ||
|
||
== Performing the Data Plane Adoption | ||
== Performing the adoption procedure | ||
|
||
To simplify the adoption procedure, copy the deployment passwords that | ||
you use in copy the deployment passwords that you use in the | ||
https://openstack-k8s-operators.github.io/data-plane-adoption/user/#deploying-backend-services_migrating-databases[backend | ||
services deployment phase of the data plane adoption]. | ||
|
||
[,bash] | ||
---- | ||
scp -i ~/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa [email protected]:/root/tripleo-standalone-passwords.yaml ~/ | ||
---- | ||
|
||
The development environment is now set up, you can go to the https://openstack-k8s-operators.github.io/data-plane-adoption/[Adoption | ||
documentation] | ||
and perform adoption manually, or run the https://openstack-k8s-operators.github.io/data-plane-adoption/dev/#_test_suite_information[test | ||
suite] | ||
against your environment. | ||
|
||
== Reset the environment to pre-adoption state | ||
== Resetting the environment to pre-adoption state | ||
|
||
The development environment must be rolled back in case we want to execute another Adoption run. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters