)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"eb676ec55308e2c437ac0767ac29390199c285dd","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"766c14ab_d9c129da","updated":"2022-04-22 13:57:50.000000000","message":"Hmm... so it looks like that usage of noop_resource stuff in the puppet apply command does NOT take effect and that is causing the current failure.","commit_id":"a9daff7a8fa1cf379668ad15116e1118d482aea8"},{"author":{"_account_id":21129,"name":"Alan Bishop","email":"abishopsweng@gmail.com","username":"ASBishop","status":"ex Red Hat"},"change_message_id":"63d80bf9ed561a56cef45b7b3550e4194a6f6c2c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"03013a5f_d20f85a9","updated":"2022-04-22 13:37:45.000000000","message":"puppet complains [1] when trying to configure swift:\n\n\u003c13\u003eApr 22 03:17:31 puppet-user: Warning: [norpm] Attempting to install rsync-daemon but it will not be installed\n\u003c13\u003eApr 22 03:17:31 puppet-user: Notice: /Stage[main]/Rsync::Server/Package[rsync-daemon]/ensure: created\n\u003c13\u003eApr 22 03:17:31 puppet-user: Notice: /Stage[main]/Rsync::Server/Concat[/etc/rsyncd.conf]/File[/etc/rsyncd.conf]/content: content changed \u0027{sha256}189b30972178b755e8e70eab81b1d261c4def61b342300f11760e6f2e706ff64\u0027 to \u0027{sha256}d13ec59775a0badc59c06dd807208071501524651d2909ba2fbd4a4d78d1c779\u0027\n\u003c13\u003eApr 22 03:17:31 puppet-user: Error: Could not enable rsyncd: \n\u003c13\u003eApr 22 03:17:31 puppet-user: Error: /Stage[main]/Rsync::Server/Service[rsyncd]/enable: change from \u0027false\u0027 to \u0027true\u0027 failed: Could not enable rsyncd: \n\nhttps://222b4b00b526187e545c-b269fbdd4d1c2e0716393820d107d130.ssl.cf2.rackcdn.com/838964/2/check/tripleo-ci-centos-9-standalone/9763145/logs/undercloud/home/zuul/standalone_deploy.log\n\nI encountered a similar issue when I first started using CS-9, and found I needed to install the rsync-daemon package (on the host, but not sure if that\u0027s the right solution).","commit_id":"a9daff7a8fa1cf379668ad15116e1118d482aea8"},{"author":{"_account_id":6926,"name":"Bogdan Dobrelya","email":"bdobreli@redhat.com","username":"bogdando"},"change_message_id":"94f41be40486d6078c0137843467e692c39ab3f2","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"9f8936dd_04a1adfa","updated":"2022-04-22 13:10:58.000000000","message":"recheck","commit_id":"a9daff7a8fa1cf379668ad15116e1118d482aea8"}],"common/container-puppet.sh":[{"author":{"_account_id":6926,"name":"Bogdan Dobrelya","email":"bdobreli@redhat.com","username":"bogdando"},"change_message_id":"e1d8af9ea66490a18869063e31f34d39f3050dc6","unresolved":false,"context_lines":[{"line_number":26,"context_line":"if [ ! -z ${STEP_CONFIG+x} ]; then"},{"line_number":27,"context_line":"    # package and service should NOT be managed inside containers"},{"line_number":28,"context_line":"    echo -e \"noop_resource(\u0027package\u0027)\" | tee /etc/config.pp"},{"line_number":29,"context_line":"    echo -e \"noop_resource(\u0027service\u0027)\" | tee -a /etc/config.pp"},{"line_number":30,"context_line":""},{"line_number":31,"context_line":"    echo -e \"${STEP_CONFIG}\" | tee -a /etc/config.pp"},{"line_number":32,"context_line":"fi"}],"source_content_type":"text/x-sh","patch_set":3,"id":"db6986b8_5e0c1d9f","line":29,"updated":"2022-04-22 14:10:24.000000000","message":"tricky!","commit_id":"ade5c6fd7a9639ed47906fd49cfbbfc9249e52ba"},{"author":{"_account_id":21129,"name":"Alan Bishop","email":"abishopsweng@gmail.com","username":"ASBishop","status":"ex Red Hat"},"change_message_id":"8dd8244a514128f9a673e8ded666965bd54c15d6","unresolved":false,"context_lines":[{"line_number":26,"context_line":"if [ ! -z ${STEP_CONFIG+x} ]; then"},{"line_number":27,"context_line":"    # package and service should NOT be managed inside containers"},{"line_number":28,"context_line":"    echo -e \"noop_resource(\u0027package\u0027)\" | tee /etc/config.pp"},{"line_number":29,"context_line":"    echo -e \"noop_resource(\u0027service\u0027)\" | tee -a /etc/config.pp"},{"line_number":30,"context_line":""},{"line_number":31,"context_line":"    echo -e \"${STEP_CONFIG}\" | tee -a /etc/config.pp"},{"line_number":32,"context_line":"fi"}],"source_content_type":"text/x-sh","patch_set":3,"id":"4de17846_93fd844a","line":29,"in_reply_to":"db6986b8_5e0c1d9f","updated":"2022-04-22 14:37:05.000000000","message":"nit: The \"-e\" on L31 is necessary because $STEP_CONFIG might contain embedded escape sequences, notably \u0027\\n\u0027. L28 and L29 don\u0027t contain any, so the -e could be eliminated.\n\nOptionally, you could use an escape sequence and combine the lines:\n\n  echo -e \"noop_resource(\u0027package\u0027)\\nnoop_resource(\u0027service\u0027)\" | tee /etc/config.pp\n\nor do it all in one go:\n\n  echo -e \"noop_resource(\u0027package\u0027)\\nnoop_resource(\u0027service\u0027)\\n${STEP_CONFIG}\" \\\n  | tee /etc/config.pp","commit_id":"ade5c6fd7a9639ed47906fd49cfbbfc9249e52ba"}]}
