This repository was archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
1.3 build mange faild #14
Open
martinou
wants to merge
25
commits into
master
Choose a base branch
from
1.3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
This is to allow the users to select the cluster for which the configuration needs to be displayed. The pages will be refreshed automatically according to the selection of the cluster. Signed-off-by: Kanagaraj M <kmayilsa@redhat.com>
In Manage page, modified the style of cluster-selector to make it aligned with rest of the items in the top bar. Signed-off-by: Kanagaraj M <kmayilsa@redhat.com>
Manage multi cluster
Multicluster dropdown positioned and css styling applied. Signed-off-by: Karnan TC <kchidamb@redhat.com>
Styles multicluster dropdown UI
Signed-off-by: Gregory Meno <gmeno@redhat.com>
Multiple ceph clusters can have same names. So in that it will be difficult to differentiate just from the name. With this change, cluster-selector in both dashboard and manage applications. Clusters will be sorted based on their name. Signed-off-by: Kanagaraj M <kmayilsa@redhat.com>
Fixes: #10182 Signed-off-by: Karnan TC <kchidamb@redhat.com>
Add cluster-id to cluster selector
1.'Update' button in the 'Cluster Settings' page will be disabled. 2.OSD actions 'IN', 'OUT', 'DOWN', 'SCRUB' will be disabled. 3.Pool actions 'New', 'Update' and 'Delete' will be disabled. This is done by looking at the 'Allow' header of the resources. Fixes: #10072, #10073, #10074 Signed-off-by: Kanagaraj M <kmayilsa@redhat.com>
Whenever the user selects a cluster, id of the cluster will be stored in the browser's localstorage. So when the user reloads the page or move from dashboard to manage app, last selected cluster will be fetched from localstorage and the page will be rendered accordingly. Fixes: #10380 Signed-off-by: Kanagaraj M <kmayilsa@redhat.com>
Remember cluster selection across reloads
update v1.3
disable actions for readonly users
In Workbench, when OSDs are sorted based on Host, and if the cluster is switched, then host groups are not shown properly. This is now fixed by recalculating the positions of OSD if the cluster is changed Fixes: #10442 Signed-off-by: Kanagaraj M <kmayilsa@redhat.com>
The timers which are responsible for refreshing osd-viz, pools, iops and hosts will be restarted if the cluster is changed. Signed-off-by: Kanagaraj M <kmayilsa@redhat.com>
Restart refresh timers during cluster-switch
Fix hostgroup issue in osd-viz during cluster switch
Disk usage metrics change
In disk space graph, cluster name was hardcoded to 'ceph'. So when the cluster name is different the graph is not shown as the graphite parameters are wrongly generated. This is now fixied by substituting the cluster name in the disk-space graph template. Fixes: #10456 Signed-off-by: Kanagaraj M <kmayilsa@redhat.com>
Notes on strategy:
git clone is only used for Vagrant builds, hence the {%if's in states that
require it. git_clone.sls is still present, but gutted for non-vagrant
(we assume Jenkins or the build system has checked out the right branch
to vars.builddir.
gitname exists to allow the Vagrant and non-Vagrant builds to use
different names for the build git repo, since in the case of Vagrant
it's a cloned copy, whereas non-Vagrant builds in the externally-cloned
checked-out version. The base of the repo is vars.builddir/vars.gitname.
pkgdest is where the output ends up (/git, the shared dir for Vagrant,
or "parent of builddir/gitname", i.e. builddir, for native) and where
the build-output tar is copied in from.
yo 1.0.0 has disappeared; switch to 1.1.0 Signed-off-by: Dan Mick <dan.mick@redhat.com> (cherry picked from commit 0cbcfba)
substitute cluster-name in disk space graph
packages from different distributions cannot exist in the same repository without this name component Signed-off-by: Gregory Meno <gmeno@redhat.com> (cherry picked from commit e5fa953)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
/opt/romana/manage/node_modules/grunt-contrib-compass/node_modules/tmp/lib/tmp.js:261
throw err;
^
Error: ENOENT, no such file or directory 'dist/images/logo.png'
at Object.fs.statSync (fs.js:696:18)
at processed (/opt/romana/manage/node_modules/grunt-contrib-imagemin/tasks/imagemin.js:84:43)
at /opt/romana/manage/node_modules/grunt-contrib-imagemin/tasks/imagemin.js:131:29
at callDone (/opt/romana/manage/node_modules/grunt-legacy-util/index.js:159:5)
at ChildProcess. (/opt/romana/manage/node_modules/grunt-legacy-util/index.js:198:5)
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:766:16)
at Socket. (child_process.js:979:11)
at Socket.emit (events.js:95:17)
at Pipe.close (net.js:466:12) Use --force to continue.