| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Github actions which will install OpenStack with devstack.
Example of Github Action step:
With defaults:
steps:
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.6
With overrides:
steps:
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.6
with:
branch: stable/xena
conf_overrides:
CINDER_ISCSI_HELPER=tgtadm
enabled_services: 's-account,s-container,s-object,s-proxy'
| Back | FazBrowse Home | New Git URL |