Skip to content

EmilienM/devstack-action

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

51 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: EmilienM/[email protected]

With overrides:

    steps:
      - name: Deploy devstack
        uses: EmilienM/[email protected]
        with:
          branch: stable/xena
          conf_overrides:
            CINDER_ISCSI_HELPER=tgtadm
          enabled_services: 's-account,s-container,s-object,s-proxy'