Project

General

Profile

Activity

From 12/07/2014 to 01/05/2015

01/05/2015

03:02 PM Bug #10456: Calamari client hard codes ceph as cluster name in DiskSpaceTargets.ejs
On the instance, I modified the cluster name
webapp/content/dashboard/scripts/main.js
sed -i -e 's/var_lib_ceph...
Anthony Alba
02:35 PM Bug #10456: Calamari client hard codes ceph as cluster name in DiskSpaceTargets.ejs
Reference:
https://github.com/ceph/calamari/issues/242
Anthony Alba
02:33 PM Bug #10456 (Resolved): Calamari client hard codes ceph as cluster name in DiskSpaceTargets.ejs
1. calamari-clients branch v1,3, master
2. if the cluster name is customized (i.e. not ceph), then
Graph -> Host - ...
Anthony Alba
01:42 PM Revision 1b9b5a7f (calamari): Merge pull request #241 from ceph/wip-10444
cthulhu: stop comparing osd data from the previous map in _on_osd_map Gregory Meno
05:41 AM Bug #10444 (Resolved): OSD add/remove events not generated correctly
Christina Meno

01/02/2015

09:13 PM Revision 98f03670 (calamari): cthulhu: fix parent_bucket_by_node_id return to be serializable
This info gets sent across in a messagepack and hence needs to be
able to be serialized which a defaultdict cannot.
...
Gregory Meno
08:06 PM Revision 0819474a (calamari): cthulhu: stop comparing osd data from the previous map in _on_osd_map
We are looking for differences in osd_maps old vs. new and by mistake
the old version was compared to itself to deter...
Gregory Meno
01:03 PM Bug #10446 (In Progress): OSD information includes un-serializable info. Causes list/detail in OS...
Christina Meno
07:56 AM Bug #10446 (Resolved): OSD information includes un-serializable info. Causes list/detail in OSD t...
... Christina Meno
12:06 PM Bug #10444 (Fix Under Review): OSD add/remove events not generated correctly
Christina Meno
07:54 AM Bug #10444 (In Progress): OSD add/remove events not generated correctly
Christina Meno
06:17 AM Bug #10444: OSD add/remove events not generated correctly
Thanks for the report, I have updated the title to be something descriptive. John Spray
05:54 AM Bug #10444 (Resolved): OSD add/remove events not generated correctly
In the calamri cthulhu soruce code.
in the eventer.py file,there is a bug?
*def _on_osd_map(self, fsid, new, o...
jack ma

12/30/2014

11:02 PM Bug #10442 (Resolved): hostgroups are not shown properly in osd-viz while switching the cluster
Steps:
1. Navigate to 'WORKBENCH'
2. Change 'SORT BY' to Host
3. Observe the host groups for correctness
4. Swi...
Kanagaraj Mayilsamy

12/24/2014

03:01 AM Revision 14a6c7d3 (calamari): Merge pull request #240 from ceph/wip-10075
Wip 10075 Gregory Meno

12/23/2014

10:30 PM Revision caa47a9c (calamari): docs: add enable/disable user and update username argument
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
10:30 PM Revision 4e16c86b (calamari): tests: change invocations of calamari-ctl to remove --username
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
10:29 PM Revision 36f58d74 (calamari): calamari-ctl: add ability to enable/disable users
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
10:25 PM Revision 8746d8e6 (calamari-clients): Merge pull request #80 from ceph/master
update v1.3 Gregory Meno
10:25 PM Revision fe5962f9 (calamari): Merge pull request #239 from ceph/master
keep v1.3 upto date Gregory Meno
07:01 PM Feature #10075 (Resolved): USER: delete users via calamari-ctl
Christina Meno
07:59 AM Feature #10075: USER: delete users via calamari-ctl
This would be better implemented as disable user. Django recommends not deleting. And in the case of external user di... Christina Meno
03:37 AM Feature #10075 (In Progress): USER: delete users via calamari-ctl
Christina Meno
02:30 PM Revision ff1b175c (calamari-clients): Merge pull request #79 from kmkanagaraj/remember-cluster-se...
Remember cluster selection across reloads Gregory Meno
06:07 AM Revision 008d01a3 (calamari-clients): Remember cluster selection across reloads
Whenever the user selects a cluster, id of the cluster
will be stored in the browser's localstorage. So when
the user...
Kanagaraj Mayilsamy

12/22/2014

06:17 AM Revision 8c4e1f91 (calamari-clients): disable actions for readonly users
1.'Update' button in the 'Cluster Settings' page will be
disabled.
2.OSD actions 'IN', 'OUT', 'DOWN', 'SCRUB' will...
Kanagaraj Mayilsamy

12/21/2014

11:38 PM Bug #10406 (Can't reproduce): Hi,All!When i intent to use calamri i meet an error salt-call:comma...
my system is centos6
*
**when i use vagrant up in the calamari/vagrant/devmond***
[root@brs17 ~/calamari/vagra...
wei qiaomiao

12/19/2014

08:17 PM Revision 2ee09c35 (calamari): Merge pull request #237 from ceph/wip-10355
rest-api: change Allow header to reflect the client's permissions on the... Gregory Meno
06:55 PM Revision 4b332bc2 (calamari-clients): Merge pull request #77 from kmkanagaraj/cluster-selector-fsid
Add cluster-id to cluster selector Gregory Meno
12:12 PM Bug #10355 (Resolved): Allow header contains http methods not allowed when readonly role is makin...
Christina Meno
10:43 AM Revision 884f8c1d (calamari-clients): calamari-client support old and modified df disk usage stat...
Fixes: #10182
Signed-off-by: Karnan TC <kchidamb@redhat.com>
Karnan TC
03:18 AM Bug #10182 (Fix Under Review): UI: graphwall must query new, then old, df stats as does the backend
Karnan TC
03:17 AM Bug #10182: UI: graphwall must query new, then old, df stats as does the backend
https://github.com/ceph/calamari-clients/pull/78
This patch fetches both old and modified variables.
In case of o...
Karnan TC

12/18/2014

07:24 PM Feature #10380 (Resolved): Make cluster selection sticky in UI
When selecting a cluster the UI should remember the selection between manage and dashboard apps and subsequent reloads. Christina Meno
12:01 PM Revision ec860852 (calamari): Merge pull request #230 from SUSE/wip-user-manipulation
Allow admin user to be renamed, and noninteractive password changes Gregory Meno
11:57 AM Revision 8eaa97c8 (calamari): Merge pull request #236 from ceph/wip-fix-setup
rest-api: add viewsets and permissions to packages Gregory Meno
11:56 AM Revision 6b7aae81 (calamari): rest-api: change Allow header to reflect the client's permissions o...
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
09:16 AM Revision 40fb0e62 (calamari-clients): Add cluster-id to cluster selector
Multiple ceph clusters can have same names. So in that it
will be difficult to differentiate just from the name.
With...
Kanagaraj Mayilsamy

12/17/2014

10:36 AM Bug #10355 (In Progress): Allow header contains http methods not allowed when readonly role is ma...
Christina Meno
10:35 AM Bug #10355 (Resolved): Allow header contains http methods not allowed when readonly role is makin...
as readonly when a get is performed on /api/v2/cluster/fsid/osd/0 for example... Christina Meno
03:12 AM Feature #10072 (Fix Under Review): USER: Hide cluster settings update element when logged in user...
Kanagaraj Mayilsamy
03:11 AM Feature #10073 (Fix Under Review): USER: Hide OSD action elements in manage app when logged in us...
Kanagaraj Mayilsamy
03:11 AM Feature #10074 (Fix Under Review): USER: Hide Pool action elements in Manage app when logged in u...
Kanagaraj Mayilsamy

12/16/2014

11:32 AM Bug #8731: Fix SELinux for Calamari on RHEL7
Consider it revisited. Ian Colle

12/12/2014

04:35 PM Revision 5b91051f (calamari): rest-api: add viewsets and permissions to packages
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno

12/11/2014

05:09 AM Revision 2aaccf1f (calamari): calamari-ctl: fix lint failure from last commit
Signed-off-by: Tim Serong <tserong@suse.com> Tim Serong

12/10/2014

08:34 AM Revision 9254bab9 (calamari-clients): upped number of possible drives from 30 to 96 and added an ...
ingard mevåg
08:34 AM Revision 0175e856 (calamari-clients): login: fix linter warnings
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
07:08 AM Revision 85123498 (calamari): calamari_ctl: find calamari node, construct api_url from it
For External, parse info.yaml; Embedded assumes localhost.
Allow override from test.conf if necessary.
Signed-off-by...
Dan Mick
07:08 AM Revision 82cc76e1 (calamari): ceph_ctl: MinionSim is needed only for EmbeddedCephControl
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:08 AM Revision 437ca241 (calamari): ceph_ctl: let cluster_distro be optional (only needed for bootstrap)
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:08 AM Revision a9f36530 (calamari): ceph_ctl: prefix ceph with sudo for External clusters
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:08 AM Revision 11f1df38 (calamari): ceph_ctl: allow bootstrap to be optional
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:08 AM Revision 8884c161 (calamari): ceph_ctl: make get_service_fqdns search for servers with given role
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:08 AM Revision f54359cf (calamari): ceph_ctl: use new get_service_fqdns
Reimplement get_server_fqdns and _get_admin_node() to use the
new get_service_fqdns (_get_admin_node now returns the ...
Dan Mick
07:08 AM Revision 4f6ba07b (calamari): ceph_ctl: remove 'only three hosts' test from ExternalCephCtl
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:08 AM Revision 0f15143a (calamari): tests/test_monitoring: skip test_mon_down if < 3 mons
There will never be any update from a cluster with < 3 mons when
you take one down.
Signed-off-by: Dan Mick <dan.mic...
Dan Mick
07:08 AM Revision 3bb99a14 (calamari): tests: change 2.7-only constructs to 2.6-compatible ones
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:08 AM Revision 191bdae5 (calamari): tests/test_pool_management: avoid mutable default arg
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:08 AM Revision e3349864 (calamari): calamari_ctl: read test.conf
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
06:05 AM Revision e0b9b21a (calamari): Merge pull request #233 from ceph/wip-testing
Merge wip-testing branch that tweaks tests/ to allow easier testing under teuthology Dan Mick

12/09/2014

07:04 PM Revision 1bdc88c9 (calamari): ceph_ctl: allow bootstrap to be optional
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:04 PM Revision eb942a7e (calamari): ceph_ctl: make get_service_fqdns search for servers with given role
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:04 PM Revision 68de920d (calamari): ceph_ctl: use new get_service_fqdns
Reimplement get_server_fqdns and _get_admin_node() to use the
new get_service_fqdns (_get_admin_node now returns the ...
Dan Mick
07:04 PM Revision 0ab12463 (calamari): ceph_ctl: remove 'only three hosts' test from ExternalCephCtl
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:04 PM Revision aac78ffb (calamari): tests/test_monitoring: skip test_mon_down if < 3 mons
There will never be any update from a cluster with < 3 mons when
you take one down.
Signed-off-by: Dan Mick <dan.mic...
Dan Mick
07:04 PM Revision 738fec28 (calamari): tests: change 2.7-only constructs to 2.6-compatible ones
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:04 PM Revision e95a6206 (calamari): tests/test_pool_management: avoid mutable default arg
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:04 PM Revision bd78377e (calamari): calamari_ctl: read test.conf
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:04 PM Revision 074c30dc (calamari): calamari_ctl: find calamari node, construct api_url from it
For External, parse info.yaml; Embedded assumes localhost.
Allow override from test.conf if necessary.
Signed-off-by...
Dan Mick
07:04 PM Revision 1e8ce23c (calamari): ceph_ctl: MinionSim is needed only for EmbeddedCephControl
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:04 PM Revision 7592fe60 (calamari): ceph_ctl: let cluster_distro be optional (only needed for bootstrap)
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
07:04 PM Revision 0ff2c4c3 (calamari): ceph_ctl: prefix ceph with sudo for External clusters
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
06:44 PM Revision 8e9600b7 (calamari): Merge pull request #234 from ceph/wip-10076
Assign roles to users Gregory Meno
06:27 PM Revision 45dbf95e (calamari): Merge pull request #231 from ceph/wip-10070
Wip 10070 Gregory Meno
06:07 PM Revision 923c1e39 (calamari): calamari-ctl add ability to assign role to users
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
06:07 PM Revision 2e782e8b (calamari): doc: correct invocation for assinging role to users
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
06:07 PM Revision 41a1be1d (calamari): calamari-ctl: add some smoke-test invocations to travis
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
12:11 PM Fix #10280 (Resolved): remove this address 172.16.79.128 port 7002 hard-coded in notifier.py in c...
https://github.com/ceph/calamari/blob/master/cthulhu/cthulhu/manager/notifier.py#L42-45 Christina Meno
10:43 AM Feature #10076 (Resolved): USER: associate users with roles in calamari-ctl
https://github.com/ceph/calamari/commit/8e9600b70f7ede03dc8b104a1b4be8ffea9a59b2 Christina Meno
10:27 AM Feature #10076 (Fix Under Review): USER: associate users with roles in calamari-ctl
Christina Meno
10:27 AM Feature #10070 (Resolved): USER: add users using calamari-ctl
https://github.com/ceph/calamari/commit/45dbf95e05c05aa587be925c2a5f3230f0543d64 Christina Meno

12/08/2014

06:40 PM Revision 0f992e9e (calamari): calamari-ctl: add user creation
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
06:40 PM Revision eb5e4407 (calamari): docs: add section on administering users and roles
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
 

Also available in: Atom