Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Conversation

@martinou
Copy link

/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.

    Aborted due to warnings.

Kanagaraj M and others added 25 commits November 21, 2014 14:47
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>
Multicluster dropdown positioned and css styling applied.

Signed-off-by: Karnan TC <kchidamb@redhat.com>
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>
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>
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
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.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants