ansible roles dedicated to the configuration of developer portal
Roles:
- developerportal-files-configurator
- These are configuration tasks that modify the files on webMethods Developer Portal server(s) (and as such, these tasks must be run on the target servers)
- developerportal-rest-configurator
- These are configuration tasks that strictly leverage the REST APIs provided by webMethods Developer Portal (and as such, these tasks can be run from anywhere with network access to the target webMethods Developer Portal REST endpoints)
Fabien Sanglier
- Emails: @Software AG // @Software AG Government Solutions
- Github:
Note: For a sample Infrastructure-as-Code (IaC) project that leverages these roles, head on over to webmethods-ansible-api-gateway, maintained by SoftwareAG Government Solutions's
Fabien Sanglier
- Emails: @Software AG @Software AG Government Solutions
- Github:
Some of the tasks in these roles will have dependencies on tasks defined in sagdevops-ansible-common As such, make sure to include sagdevops-ansible-common in your automation solution.
Documentation Details TBD
Documentation Details TBD
To build containers for the configurators
First set some environment variables to specify the build arguments:
export REG=
export TAG=0.0.1
export SAGDEVOPS_BASE_ANSIBLE=${REG}sagdevops-ansible-common:0.0.1
Then, build the configurators by running:
docker build --rm -f Dockerfile.rest -t ${REG}developerportal-rest-configurator:${TAG} --build-arg BASE_ANSIBLE_IMAGE=${SAGDEVOPS_BASE_ANSIBLE} .
docker build --rm -f Dockerfile.files -t ${REG}developerportal-files-configurator:${TAG} --build-arg BASE_ANSIBLE_IMAGE=${SAGDEVOPS_BASE_ANSIBLE} .
This will create 2 containers:
- ${REG}developerportal-rest-configurator:${TAG}
- ${REG}developerportal-rest-configurator:${TAG}
Test developerportal-rest-configurator:
docker run ${REG}developerportal-rest-configurator:${TAG} ping.yml
Test developerportal-files-configurator:
docker run ${REG}developerportal-files-configurator:${TAG} ping.yml
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.
For more information you can Ask a Question in the TECHcommunity Forums.
You can find additional information in the Software AG TECHcommunity.
Contact us at TECHcommunity if you have any questions.