Skip to content

devstack-action

Actions

About

Deploy OpenStack with devstack
v0.19
Latest
Star (9)

.github/workflows/with-defaults.yml

devstack-actions

Github actions which will install OpenStack with devstack.

Example of Github Action step:

With defaults:

 steps:
- name: Deploy devstack
uses: gophercloud/devstack-action@v0.6

With overrides:

 steps:
- name: Deploy devstack
uses: gophercloud/devstack-action@v0.6
with:
branch: stable/xena
conf_overrides:
CINDER_ISCSI_HELPER=tgtadm
enabled_services: 's-account,s-container,s-object,s-proxy'

devstack-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Deploy OpenStack with devstack
v0.19
Latest

devstack-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.