-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CSS-4745 Improve local dev env with cloud-init commands (#1013)
* Add `cloudinit.temp.yaml` Signed-off-by: Babak K. Shandiz <[email protected]> * Add username:password to local dev guide Signed-off-by: Babak K. Shandiz <[email protected]> * Use cloud-init to setup controller at bootstrap step Signed-off-by: Babak K. Shandiz <[email protected]> * Remove lxc proxy setup Signed-off-by: Babak K. Shandiz <[email protected]> * Add `--local` when calling `controller-info` command Signed-off-by: Babak K. Shandiz <[email protected]> --------- Signed-off-by: Babak K. Shandiz <[email protected]> Co-authored-by: Kian Parvin <[email protected]>
- Loading branch information
Showing
4 changed files
with
23 additions
and
15 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 |
---|---|---|
|
@@ -20,3 +20,5 @@ local/vault/roleid.txt | |
*.csr | ||
/jimmctl | ||
qa-controller | ||
|
||
/cloudinit.temp.yaml |
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