Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

70 Commits

Repository files navigation

.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'

About

Github actions for Devstack

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors