eclipse-xpanse / xpanse

xpanse is here to make native managed cloud services configurable and portable.
https://eclipse.dev/xpanse/
Apache License 2.0
23 stars 20 forks source link

create getPendingConfigurationChangeRequest for agents to poll #1869

Closed swaroopar closed 1 month ago

swaroopar commented 2 months ago

Depends on https://github.com/eclipse-xpanse/xpanse/issues/1868

sample ansible inventory in JSON format

{
    "zookeeper": {
        "hosts": {
            "zookeeper-dfdfd": {
                "ansible_host": "192.168.11.2"
            },
        },
    },
    "kafka-broker": {
        "hosts": {
            "kafka-borker-dfdfdfd": {
                "ansible_host": "192.168.11.3"
            },
            "kafka-borker-absdf": {
                "ansible_host": "192.168.11.4"
            },
        },
    }
}
WangLiNaruto commented 2 months ago

let me do it