CenturyLinkCloud / clc-node-sdk

Apache License 2.0
6 stars 1 forks source link

Implement Sample Application for Power Operations Milestone #116

Closed idrabenia closed 9 years ago

idrabenia commented 9 years ago

Preconditions: Sample application must create group “SampleGroup” that contains 3 servers (description of each server is a_nginx, a_apache, b_mysql)

Steps:

Tear Down: Application delete allocated resources

idrabenia commented 9 years ago

Well Done!

idrabenia commented 9 years ago

If not difficult could you improve sample app according errors provided by CI http://66.155.4.208:8080/job/clc-node-sdk_sample-apps/

Thanks!

push1st1k commented 9 years ago

@idrabenia Now samples build fixed, but maybe I should add one more step to check server state?

idrabenia commented 9 years ago

@push1st1k If you think that it require some additional checks - not a problem, you may implement its. But also this is sample and we implemented asserts only for purposes to validate that in key points it works correctly. Then it would be great to avoid heavy checks and try to make more attention to output and readability of sample.

Thanks for Great Job! :)

push1st1k commented 9 years ago

@idrabenia was added a script for clearing all servers and groups (except default group set: Archive, Default Group, Templates)

idrabenia commented 9 years ago

Thanks!