https://github.com/brianhuster/openstack-tutor
https://github.com/brianhuster/openstack-tutor
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianhuster/openstack-tutor
- Owner: brianhuster
- Created: 2024-10-21T02:37:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T17:13:04.000Z (over 1 year ago)
- Last Synced: 2025-02-25T22:14:09.208Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Openstack tutor
## Cài Openstack
```sh
sudo snap install openstack --channel 2024.1/beta
```
### Cài phụ thuộc
```sh
sunbeam prepare-node-script | bash -x && newgrp snap_daemon
```
### Khởi động cloud
```sh
sunbeam cluster bootstrap --accept-defaults
```
Nếu gặp lỗi, có thể bạn chưa khởi động một trình điều khiển (controller). Chạy lệnh sau:
```sh
juju bootstrap
```
Điều này cũng cho phép bạn chọn một nhà cung cấp như AWS, Azure, Google, localhost,...