This commit is contained in:
Marius Pana 2018-08-23 12:03:10 +03:00
parent 9c97502729
commit f71cb79878
5 changed files with 3078 additions and 1833 deletions

3734
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,6 @@
"dependencies": {
"autoprefixer": "^6.3.7",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-object-assign": "^6.8.0",
@ -34,6 +33,7 @@
"gulp-babel": "^6.1.2",
"gulp-postcss": "^6.1.1",
"gulp-util": "^3.0.7",
"hugo": "0.0.3",
"imports-loader": "^0.6.5",
"inquirer": "^3.2.3",
"lodash.kebabcase": "^4.1.1",
@ -43,10 +43,15 @@
"tomlify-j0.4": "^2.2.0",
"tomljs": "^0.1.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"whatwg-fetch": "^1.0.0"
},
"optionalDependencies": {
"fsevents": "^1.0.15"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.7.0",
"webpack": "^1.15.0"
}
}

View File

@ -0,0 +1,12 @@
+++
title = "maintenance reboot"
date = 2018-08-23T08:59:57.000Z
severity = "under-maintenance"
affectedsystems = [
"CloudAPI",
"Docker API",
"Spearhead Cloud CLI Tools"
]
resolved = false
+++
One of our management servers requires a reboot in order to perform an OS update. The update is expect to last several minutes during which time our API's will be unavailable.

View File

@ -2,15 +2,13 @@
title = "possible configuration issues"
date = 2018-07-02T08:53:33.000Z
severity = "partial-outage"
affectedsystems = [
"Spearhead Cloud CLI Tools"
]
affectedsystems = ["Spearhead Cloud CLI Tools"]
resolved = true
+++
Unable to remove volumes using spearhead cli.
**Update**: The issue has been fixed upstream in version 6.1.2 and merged into node-spearhead. We have not been able to reproduce this issue. {{< track "2018-07-026T12:45:00.000Z" >}}
**Update**: The issue is limited to spearhead volume rm command. Using spearhead-docker volume rm works as intented. This will be tracked upstream shortly.
Until a final solution is available we recommend using spearhead-docker to work with volumes. If additional support is required please send an email to help@spearhead.systems. {{< track "2018-07-02T9:34:00.000Z" >}}
Until a final solution is available we recommend using spearhead-docker to work with volumes. If additional support is required please send an email to help@spearhead.systems. {{< track "2018-07-02T9:34:00.000Z" >}}
**Update**: The issue has been fixed upstream in version 6.1.2 and merged into node-spearhead. We have not been able to reproduce this issue. {{< track "2018-07-26T12:45:00.000Z" >}}

1146
yarn.lock

File diff suppressed because it is too large Load Diff