Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Remove ciao-cli #1634

Merged
merged 4 commits into from Jan 8, 2018
Merged

Remove ciao-cli #1634

merged 4 commits into from Jan 8, 2018

Conversation

rbradford
Copy link
Contributor

Finalise the removal of ciao-cli by updating remaining documentation (website already updated) and remove from the source tree.

@coveralls
Copy link

coveralls commented Jan 5, 2018

Coverage Status

Coverage remained the same at 63.582% when pulling fd6d849 on rbradford:remove-ciao-cli into 3ef55e9 on ciao-project:master.

Copy link
Contributor

@markdryan markdryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just spotted two minor spelling errors.

bat/workload.go Outdated
@@ -17,9 +17,9 @@
// Package bat contains a number of helper functions that can be used to perform
// various operations on a ciao cluster such as creating an instance or retrieving
// a list of all the defined workloads, etc. All of these helper functions are
// implemented by calling ciao-cli rather than by using ciao's REST APIs. This
// implemented by calling ciaorather than by using ciao's REST APIs. This
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing space here.

bat/workload.go Outdated
// to upload the workload definition. It will clean up all the files it
// created when it is done.
func CreatePublicWorkload(ctx context.Context, tenant string, opt WorkloadOptions, config string) (string, error) {
return createWorkload(ctx, "", opt, config, true)
}

// CreateWorkloadFromFile will call ciao-cli workload create -yaml
// to create a workload from the specified file. ciao-cli will be invoked
// CreateWorkloadFromFile will call ciao create worjload
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

worjload

Update test and help text to use new binary.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Replace comments with ciao-cli commands for ciao versions.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Update the remaining documentation that still mentions ciao-cli.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
The ciao-cli tool has been replace by the ciao tool.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
@coveralls
Copy link

coveralls commented Jan 8, 2018

Coverage Status

Coverage remained the same at 63.582% when pulling a4d6d8a on rbradford:remove-ciao-cli into 3ef55e9 on ciao-project:master.

@rbradford
Copy link
Contributor Author

All done.

@markdryan markdryan merged commit 194264a into ciao-project:master Jan 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants