An open API service indexing awesome lists of open source software.

https://github.com/astrolabsoftware/openstack-helper

Start an openstack development machine to host fink-broker software stack
https://github.com/astrolabsoftware/openstack-helper

Last synced: over 1 year ago
JSON representation

Start an openstack development machine to host fink-broker software stack

Awesome Lists containing this project

README

          

# openstack-helper

Start an openstack development machine to host fink-broker software stack

# Dashboard

https://horizon.ijclab.in2p3.fr/dashboard/auth/login/?next=/dashboard/

Use "statuslab" domain

# Install openstack client

```bash
python3 -m venv $HOME/venv/openstack
. $HOME/venv/openstack/bin/activate
pip3 install python-openstackclient python-magnumclient python-neutronclient python-cinderclient python-octaviaclient
```

# Useful Openstack commands

```bash
openstack server list
# List usable flavors
openstack flavor list | grep vd
# Describe a flavor
openstack flavor show
# Connect to fedora vm
ssh fedora@
# Retrieve kubeconfig
openstack coe cluster config --dir
```