)]}'
{"magnum/drivers/common/templates/kubernetes/fragments/enable-services-master.sh":[{"author":{"_account_id":28022,"name":"Bharat Kunwar","email":"brtknr@bath.edu","username":"brtknr"},"change_message_id":"9d46bd77584681ff98dc452c08e82754025ca9ad","unresolved":false,"context_lines":[{"line_number":22,"context_line":""},{"line_number":23,"context_line":"# Label self as master"},{"line_number":24,"context_line":"until  [ \"ok\" \u003d \"$(curl --silent http://127.0.0.1:8080/healthz)\" ] \u0026\u0026 \\"},{"line_number":25,"context_line":"    kubectl patch node ${INSTANCE_NAME} \\"},{"line_number":26,"context_line":"        --patch \u0027{\"metadata\": {\"labels\": {\"node-role.kubernetes.io/master\": \"\"}}}\u0027"},{"line_number":27,"context_line":"do"},{"line_number":28,"context_line":"    echo \"Trying to label master node with node-role.kubernetes.io/master\u003d\\\"\\\"\""}],"source_content_type":"text/x-sh","patch_set":2,"id":"3fa7e38b_10795a2f","line":25,"range":{"start_line":25,"start_character":25,"end_line":25,"end_character":38},"updated":"2019-11-27 11:55:32.000000000","message":"this will not work because INSTANCE_NAME doesn\u0027t exist in rocky. It might be useful to define INSTANCE_NAME\u003d$(hostname --short | sed \u0027s/\\.novalocal//\u0027)","commit_id":"f32993363f0ce1a2a0dd62e14b999321841b4991"},{"author":{"_account_id":28022,"name":"Bharat Kunwar","email":"brtknr@bath.edu","username":"brtknr"},"change_message_id":"6c32c63c8df6f23f0db66f0955a3a5bedec16036","unresolved":false,"context_lines":[{"line_number":20,"context_line":"    systemctl --no-block start $service"},{"line_number":21,"context_line":"done"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"# Label self as master"},{"line_number":24,"context_line":"INSTANCE_NAME\u003d$(hostname --short | sed \u0027s/\\.novalocal//\u0027)"},{"line_number":25,"context_line":"until  [ \"ok\" \u003d \"$(curl --silent http://127.0.0.1:8080/healthz)\" ] \u0026\u0026 \\"},{"line_number":26,"context_line":"    kubectl patch node ${INSTANCE_NAME} \\"}],"source_content_type":"text/x-sh","patch_set":4,"id":"3fa7e38b_60379d4d","line":23,"range":{"start_line":23,"start_character":0,"end_line":23,"end_character":22},"updated":"2019-11-27 15:00:39.000000000","message":"perhaps we need o add a note here saying INSTANCE_NAME is being defined here due to absence of the variable in Rocky?","commit_id":"276fdba0ca437042cf2ecbf7833b23c2219d943e"}]}
