Skip to content

devstack-action

Actions
Deploy OpenStack with devstack
v0.15
Latest
Star (7)

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

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