-
Notifications
You must be signed in to change notification settings - Fork 77
Feature/ibms #565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ibms #565
Conversation
Add errors type to swagger ErrorResponse schema
create ssh keys at startup for Esxi
Add ssh public key for Inband management.
return empty object when access api without token or with error token
-To make the static Ip work -Added a post notication callback
after the static IP is set as part of max payload
… the package version
Update the suse ks-script:
When we ask bootstrap.js to exit we pass the value as the `exit` member of the tasks structure. Problem is that bootstrap.js seems to expect it to be `exit.code`. I've fixed this defensively as I'm not sure if there are prior installations that expect the `exit.code` value.
fixing ipv6 gateway
…t-enhancement Windows os regression script enhancement
…ions-enhancement adding more options support in CoreOS yaml
Fix exit code handling in bootstrap.js
* This PR is to address Felix's comments on ipxe progress API,_getActiveTask function and progress data type. * Code is udpated based on comments. * No feature impacted.
add version to python packages
RAC-3801 ESXi 6.0 OS installation failure when network interface is s…
add vscode config into gitignore list
Inject GRUB customizations to support CoreOS Ignition
to skip the generation of pollers on a compute node
…-for-release [skip ci]modify debian info for release
fix houndci parse error by removing comment in jshintrc
Refactor progress code
Add skipPollerOption to determine creating or skipping
Change title names for doc generation
…ckage still kept)
Stop TravisCI to upload deb to Bintray on-http
Conflicts: lib/serializables/v1/ssh.js spec/lib/serializables/v1/ssh-spec.js static/monorail-2.0.yaml
| nodeApiService | ||
| ) { | ||
|
|
||
| var logger = Logger.initialize(templateApiServiceFactory); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'logger' is defined but never used.
|
BUILD on-http #3097 : FAILURE
BUILD unit-tests #11033 Error Logs ▼Test Name: 2.0 Http.Api.Nodes GET /nodes/:identifier/ssh should return a list of the node's ssh settings Error Details: Cannot read property 'findAllByNode' of undefined Stack Trace: TypeError: Cannot read property 'findAllByNode' of undefined at Context.<anonymous> (spec/lib/api/2.0/nodes-spec.js:383:27)Test Name: 2.0 Http.Api.Nodes GET /nodes/:identifier/ssh should return a 404 if the node has no ssh settings Test Name: 2.0 Http.Api.Nodes POST /nodes/:identifier/ssh should replace existing settings with a new set of ssh settings Test Name: 2.0 Http.Api.Nodes POST /nodes/:identifier/ssh should add a new set of ssh settings if none exist Test Name: 2.0 Http.Api.Nodes POST /nodes/:identifier/ssh should return a 404 if the node was not found Test Name: Http.Api.Ibms /api/2.0/ibms/definitions should get the ssh IBM schema Test Name: Http.Api.Ibms /api/2.0/ibms should return a list of IBM instances Test Name: Http.Api.Ibms /api/2.0/ibms should put an IBM instance Test Name: Http.Api.Ibms /api/2.0/ibms should 400 when put with unloaded schema Test Name: Http.Api.Ibms /api/2.0/ibms should 400 when put with missing field Test Name: Http.Api.Ibms /api/2.0/ibms/:id "before each" hook for "should get an IBM instance" Test Name: Http.Api.Ibms /api/2.0/ibms/:id "after each" hook for "should get an IBM instance" Test Name: Ssh Serializable V1 deserialize should not encrypt publicKey fields |
|
+1 |
Merge latest master into feature/ibms branch