Skip to content
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

Add storage nodes through GUI #414

Open
wimpers opened this issue Jun 7, 2017 · 6 comments
Open

Add storage nodes through GUI #414

wimpers opened this issue Jun 7, 2017 · 6 comments
Assignees
Milestone

Comments

@wimpers
Copy link

wimpers commented Jun 7, 2017

This ticket is a continuation of #378 and is to allow to add storage nodes through GUI:

  • re-introducing the ADD button on the ALBA backend page which asks for IP, Login, Passwd, chassis type
  • looping over the different disks and adding the detected OSDs to the DB
  • allowing to claim the disks (initialize isn't required?)
  • decommission an OSD
@wimpers
Copy link
Author

wimpers commented Sep 12, 2017

Keep this on hold as we don't have specs of the chassis yet.

@JeffreyDevloo
Copy link
Contributor

Would this remove the need of discovering asd-manager nodes?

@wimpers
Copy link
Author

wimpers commented Sep 12, 2017

I would keep the discovery we have right now, unless there is a good reason to remove it.

@kvanhijf kvanhijf assigned kvanhijf and unassigned kvanhijf Oct 2, 2017
@kvanhijf
Copy link
Contributor

kvanhijf commented Oct 2, 2017

@wimpers : Whats the status of those required specs?

@wimpers wimpers modified the milestones: I, J Oct 19, 2017
@wimpers
Copy link
Author

wimpers commented May 25, 2018

Still waiting for specs alas .. I'll keep it assigned to myself

@wimpers
Copy link
Author

wimpers commented Aug 31, 2018

API can be found at http://172.16.0.63/
Specs at https://drive.google.com/open?id=1-4pcPXkRY62pV0r4_x2iu_uAF5XRfIKW

curl 'http://172.16.0.63/api.php/slots/1' | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   531    0   531    0     0   4382      0 --:--:-- --:--:-- --:--:--  4388
{
  "success": true,
  "results": {
    "location": 1,
    "present": false,
    "worldwidename": "",
    "last_seen": 571623.7818799,
    "powered_on": false,
    "network_interfaces": [
      {
        "ipv4_address": "",
        "ipv6_address": "",
        "mac_address": ""
      },
      {
        "ipv4_address": "",
        "ipv6_address": "",
        "mac_address": ""
      }
    ],
    "temperature": null
  }
}

@wimpers wimpers added this to the Roadmap milestone Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants