| 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_URLOS_REGION_NAMEOS_APPLICATION_CREDENTIAL_IDOS_APPLICATION_CREDENTIAL_SECRET
- Create an SSH keypair (see Generating a new SSH key section of the GitHub documentation )
- Create a keypair (if none available).
- Import SSH keys (public) (into OpenStack for automatic distribution upon VM creation).
- Add you SSH public key to OpenStack (see Import SSH Key section of the EWC documentation).
- Once more, update your repository's GitHub secrets to include the value of the private ssh key as:
ANSIBLE_SSH_PRIVATE_KEY
- Create a GitHub workflow YAML file, copy-paste the example snippet shown in the Usage section of the Item's documentation, and add an
inputsattribute with reasonable default values that meet the demand of your Item.
...