Skip to content

mandre/devstack-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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/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'

About

Github actions for Devstack

Resources

License

Stars

Watchers

Forks

Packages

No packages published