Skip to content

Commit a4c7250

Browse files
committed
updated readme
1 parent 0d2ff5c commit a4c7250

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ This repo is an extension of the official cloudshell configuration management pa
77
The base python cloudshell package has been extended for app configuration management to support gitlab private repos.
88
A 2G service leveraging the same base package is also included for use with physical resources.
99

10+
See our [dev guide](https://devguide.quali.com/configmanagement/2020.1.0/cf-ansible.html) for further info on Ansible Configuration Management development.
11+
12+
1013
## Gitlab Support
1114
- Gitlab links are supported, but for Private Repos require the URL to be in format of their REST api
1215
- http://<SERVER_IP>/api/<API_VERSION>/projects/<PROJECT_ID>/repository/files/<PROJECT_PATH>/raw?ref=<GIT_BRANCH>
@@ -75,6 +78,12 @@ The following attributes are supported for over-ride:
7578
- "Script Parameters" - String - to pass different params to different hosts
7679
- "Inventory Groups" - String - target different inventory group logic for different hosts
7780

81+
## Optional
82+
- Add "Supports Ansible" Execution Server Selector. This is the same selector that 1G service uses to define your pools of servers that will run script.
83+
- can be combinded with standard selector to further define your selectors per service
84+
- Create web link to script server by adding the following to UniversalSettings.xml on Quali Server:
85+
- `<key name="Web Link" pattern="http://{Address}" `
86+
7887
## Changelog
7988
- 25/12/2020 - Added Gitlab Support & Parameter Over-rides
8089
- 07/01/2021 - Added 2G Service package for physical resources & deployed app resources

0 commit comments

Comments
 (0)