Depend on dcos 0.5.5 cli and fix package.json bug#548
Merged
fsat merged 1 commit intotypesafehub:masterfrom Oct 13, 2017
Merged
Depend on dcos 0.5.5 cli and fix package.json bug#548fsat merged 1 commit intotypesafehub:masterfrom
fsat merged 1 commit intotypesafehub:masterfrom
Conversation
Contributor
Author
Manual TestsPrior to this PR, Auth Failure package.json failure, followed by procedure and proof of fix Now works with new DC/OS CLI $ dcos conduct info
UNLICENSED - please use "conduct load-license" to use more agents. Additional agents are freely available for registered users.
Licensed To: unknown
Max ConductR agents: 1
ConductR Version(s): 2.1.*
Grants: conductr, cinnamon, akka-sbr
ID NAME TAG #REP #STR #RUN ROLES
-> 0Licensing works $ dcos conduct load-license --offline
Skipping downloading license from Lightbend.com
Loading license into ConductR at m1.dcos
Licensed To: cc64df31-ec6b-4e08-bb6b-3216721a56b@lightbend
Max ConductR agents: 3
ConductR Version(s): 0.1.0, 2.1.*
Grants: akka-sbr, cinnamon, conductr
License successfully loaded
-> 0Loading bundle works $ dcos conduct load visualizer
Retrieving bundle..
Resolving bundle using [bintray_resolver, docker_resolver]
Loading bundle from cache typesafe/bundle/visualizer
Bintray credentials loaded from /home/longshorej/.lightbend/commercial.credentials
Retrieving from cache /home/longshorej/.conductr/cache/bundle/visualizer-2.1.0-cabaae7cf37b1cf99b3861515cd5e77a16fa9638e225fa234929cc1d46dde937.zip
Loading bundle to ConductR..
[##################################################] 100%
Bundle cabaae7cf37b1cf99b3861515cd5e77a is installed
Bundle loaded.
Start bundle with: dcos conduct run cabaae7
Unload bundle with: dcos conduct unload cabaae7
Print ConductR info with: dcos conduct info
Print bundle info with: dcos conduct info cabaae7
-> 0
$ dcos conduct run visualizer
Bundle run request sent.
Bundle cabaae7cf37b1cf99b3861515cd5e77a waiting to reach expected scale 1
Bundle cabaae7cf37b1cf99b3861515cd5e77a has scale 0, expected 1.
Bundle cabaae7cf37b1cf99b3861515cd5e77a expected scale 1 is met
Stop bundle with: dcos conduct stop cabaae7
Print ConductR info with: dcos conduct info
Print bundle info with: dcos conduct info cabaae7
-> 0
dcos conduct info visualizer
BUNDLE ATTRIBUTES
-----------------
Bundle Id cabaae7
Bundle Name visualizer
Compatibility Version 2
System visualizer
System Version 2
Tags 2.1.0
Nr of CPUs 0.1
Memory 402653184
Disk Space 200000000
Roles web
Bundle Digest cabaae7cf37b1cf99b3861515cd5e77a16fa9638e225fa234929cc1d46dde937
Error No
BUNDLE SCALE
------------
Nr of Reschedules 0
Scale 1
BUNDLE INSTALLATIONS
--------------------
Host 192.168.65.111
Bundle /tmp/conductr/192.168.65.111/bundles/cabaae7cf37b1cf99b3861515cd5e77a16fa9638e225fa234929cc1d46dde937.zip
BUNDLE EXECUTIONS
-----------------
ENDPOINT HOST PID STARTED UPTIME BIND_PORT HOST_PORT
visualizer 192.168.65.111 131 Yes 14s 14000 14000
HTTP ACLS
---------
METHOD PATH REWRITE STATUS
* ^/ Running
SERVICE NAMES
-------------
SERVICE NAME STATUS
visualizer Running
-> 0 |
58bf1c5 to
9cce476
Compare
9cce476 to
7fbbe86
Compare
fsat
approved these changes
Oct 13, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #512
This PR ensures that
conduct setup-dcoscreates apackage.jsonfile.This PR also removes the imported source for the
dcosCLI and depends on0.5.5as dcos/dcos-cli#818 is now fixed. This is required for DC/OS 1.10 support. See below.