Hey~ Since I am on the biz trip, I am a bit late. Definitely +1 on this.
Great work~! Vincent. I tried all things based on the guide and found all things correct except one small thing. Regarding the following part in the guide, I think those commands should run under "incubator-openwhisk/ansible" directory not under "incubator-openwhisk". ## Deploy OpenWhisk Stay under the directory of incubator-openwhisk, and run the following ansible scripts one by one: ``` $ ansible-playbook -i environments/local setup.yml $ ansible-playbook -i environments/local prereq.yml $ ansible-playbook -i environments/local couchdb.yml $ ansible-playbook -i environments/local initdb.yml $ ansible-playbook -i environments/local wipe.yml $ ansible-playbook -i environments/local apigateway.yml $ ansible-playbook -i environments/local openwhisk.yml $ ansible-playbook -i environments/local postdeploy.yml ``` Checklist for reference: - [✓] Download links are valid. - [✓] Checksums and PGP signatures are valid. - [✓] Source code artifacts have correct names matching the current release. - [✓] LICENSE and NOTICE files are correct for each OpenWhisk repo. - [✓] All files have license headers if necessary. (Scanning files succeeded with "All checks passed.") Thanks Regards Dominic 2018-06-28 5:38 GMT+08:00 Brendan McAdams <bmcad...@redhat.com>: > +1 > > > > [✓] +1 Release as Apache OpenWhisk 0.9.0-incubating > > [ ] +0 no opinion > > [ ] -1 Do not release and the reason > > > > Checklist for reference: > > [✓] Download links are valid. > > [✓] Checksums and PGP signatures are valid. > > *I wasn’t able to get the mit pgpkeys server to respond to a request for > the key (either timed or errored out), per the Apache “verifying release” > instructions <https://httpd.apache.org/dev/verification.html>, but the > keys > provided directly match up in a gpg verify.* > > > [✓] Source code artifacts have correct names matching the current > release. > > [✓] LICENSE and NOTICE files are correct for each OpenWhisk repo. > > [✓] All files have license headers if necessary. > > *I used the same process as Carlos did in his reply, using > incubator-openwhisk-utilities to verify license headers. “All checks > passed”. * > > > [✓] No compiled archives bundled in source archive. > > *Only exception is the gradle-wrapper.jar, which Carlos noted. I’m assuming > there’s no redistribution issue with including that.* > > -b >