A sample ansible resource is available to test the system. To run the test:
- open the swagger ui
- Expand lifecycle-controller / Perform a transition against a Resource
- Enter this payload
{"context": {},
"deploymentLocation": "world",
"metricKey": "a0644bba-1da3-4074-b84b-0f260f82e482",
"properties": {"prop1":"nouse"},
"resourceManagerId": "ansible",
"resourceName": "test",
"resourceType": "resource::hello-world::1.0",
"transitionName": "Install"}
- Click Try it out!
- 🎉 You should get an "IN_PROGRESS" response
- From the response copy the requestId
- Expand lifecycle-controller / get details on transition request status
- Paste the requestId and click Try it out!
- 🎉 You should get a "COMPLETED" response
- From the response copy the resourceId
- Expand topology-controller / get details for a resource instance
- Paste the resourceId and click Try it out!
- 🎉 You should get the current time of the docker container in the response payload