Results

By type

          + curl http://consul:8500/v1/agent/services
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100     2  100     2    0     0   1000      0 --:--:-- --:--:-- --:--:--  1000
++ curl -Ss '{http://consul:8500}/v1/status/leader'
+ [[ "10.242.138.134:8300" != \"\" ]]
+ ((  6  ))
+ case $1 in
+ s=(${2//|/ })
+ register_service cloudify_manager dcae-cloudify-manager.onap 443
+ service='{"Node": "dcae", "Address": "dcae-cloudify-manager.onap", "Service": {"Service": "cloudify_manager", "Address": "dcae-cloudify-manager.onap", "Port": 443}}'
+ echo '{"Node":' '"dcae",' '"Address":' '"dcae-cloudify-manager.onap",' '"Service":' '{"Service":' '"cloudify_manager",' '"Address":' '"dcae-cloudify-manager.onap",' '"Port":' '443}}'
+ curl -v -X PUT --data-binary '{"Node": "dcae", "Address": "dcae-cloudify-manager.onap", "Service": {"Service": "cloudify_manager", "Address": "dcae-cloudify-manager.onap", "Port": 443}}' -H 'Content-Type: application/json' http://consul:8500/v1/catalog/register
{}{"Node": "dcae", "Address": "dcae-cloudify-manager.onap", "Service": {"Service": "cloudify_manager", "Address": "dcae-cloudify-manager.onap", "Port": 443}}
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 10.242.138.134:8500...
* Connected to consul (10.242.138.134) port 8500 (#0)
> PUT /v1/catalog/register HTTP/1.1
> Host: consul:8500
> User-Agent: curl/7.69.1
> Accept: */*
> Content-Type: application/json
> Content-Length: 155
> 
} [155 bytes data]
* upload completely sent off: 155 out of 155 bytes

100   155    0     0  100   155      0    128  0:00:01  0:00:01 --:--:--   128* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Tue, 18 May 2021 22:53:19 GMT
< Content-Length: 4
< 
{ [4 bytes data]

100   159  100     4  100   155      2    100  0:00:02  0:00:01  0:00:01   102
* Connection #0 to host consul left intact
+ shift 2
+ ((  4  ))
+ case $1 in
+ s=(${2//|/ })
+ register_service inventory inventory.onap 8080
+ service='{"Node": "dcae", "Address": "inventory.onap", "Service": {"Service": "inventory", "Address": "inventory.onap", "Port": 8080}}'
+ echo '{"Node":' '"dcae",' '"Address":' '"inventory.onap",' '"Service":' '{"Service":' '"inventory",' '"Address":' '"inventory.onap",' '"Port":' '8080}}'
true{"Node": "dcae", "Address": "inventory.onap", "Service": {"Service": "inventory", "Address": "inventory.onap", "Port": 8080}}
+ curl -v -X PUT --data-binary '{"Node": "dcae", "Address": "inventory.onap", "Service": {"Service": "inventory", "Address": "inventory.onap", "Port": 8080}}' -H 'Content-Type: application/json' http://consul:8500/v1/catalog/register
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 10.242.132.5:8500...
* Connected to consul (10.242.132.5) port 8500 (#0)
> PUT /v1/catalog/register HTTP/1.1
> Host: consul:8500
> User-Agent: curl/7.69.1
> Accept: */*
> Content-Type: application/json
> Content-Length: 125
> 
} [125 bytes data]
* upload completely sent off: 125 out of 125 bytes

100   125    0     0  100   125      0    618 --:--:-- --:--:-- --:--:--   615
100   125    0     0  100   125      0    103  0:00:01  0:00:01 --:--:--   103* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Tue, 18 May 2021 22:53:20 GMT
< Content-Length: 4
< 
{ [4 bytes data]

100   129  100     4  100   125      2     72  0:00:02  0:00:01  0:00:01    74
* Connection #0 to host consul left intact
+ shift 2
+ ((  2  ))
+ case $1 in
+ kv=(${2//|/ })
+ put_key deployment_handler /dhconfig/config.json
+ curl -v -X PUT --data-binary @/dhconfig/config.json -H 'Content-Type: application/json' http://consul:8500/v1/kv/deployment_handler
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 10.242.138.134:8500...
* Connected to consul (10.242.138.134) port 8500 (#0)
> PUT /v1/kv/deployment_handler HTTP/1.1
> Host: consul:8500
> User-Agent: curl/7.69.1
> Accept: */*
> Content-Type: application/json
> Content-Length: 110
> 
} [110 bytes data]
* upload completely sent off: 110 out of 110 bytes

100   110    0     0  100   110      0     91  0:00:01  0:00:01 --:--:--    91
100   110    0     0  100   110      0     49  0:00:02  0:00:02 --:--:--    49* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Tue, 18 May 2021 22:53:23 GMT
< Content-Length: 4
< 
{ [4 bytes data]

100   114  100     4  100   110      1     43  0:00:04  0:00:02  0:00:02    44
100   114  100     4  100   110      1     43  0:00:04  0:00:02  0:00:02    44
* Connection #0 to host consul left intact
+ shift 2
+ ((  0  ))
truetrue