Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

Tip

This tooling Tooling described in this page works also for Items that are not yet part the EWC Community Hub, or even those which are hosted on private repositories.

...

    • OS_AUTH_URL
    • OS_REGION_NAME
    • OS_APPLICATION_CREDENTIAL_ID
    • OS_APPLICATION_CREDENTIAL_SECRET
  1. Create an SSH keypair (see Generating a new SSH key section of the GitHub documentation )
  2. Add you SSH public key to OpenStack (see Import SSH Key section of the EWC documentation).
  3. Once more, update your repository's GitHub secrets to include the value of the private ssh key as: 
    • ANSIBLE_SSH_PRIVATE_KEY
  4. Create a GitHub workflow YAML file, copy-paste the example snippet shown in the Usage section of the Item's documentation, and add an inputs  attribute with reasonable default values that meet the demand of your Item. 

...