-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support for Ubuntu OS #57
Comments
Short answer: Yes :) In the current master at 0.7, there's a few calls to zypper directly (one runner and a couple state files) and a call to hwinfo in a Salt module. These need to be made generic. Any preference on the Ubuntu version? |
Yes. I really require Ubuntu 14.04 LTS and 16.04 LTS support.
How much of an effort will this be?
[Description: cid:[email protected]]
Sanjeev Jaiswal
VP – Cloud Operations
Reliance Jio Infocomm Limited.
Reliance Corporate Park, Bldg. No. TC23, 9A, 9th Floor, CA-01
Thane - Belapur Road, Ghansoli, Navi Mumbai - 400 701
Direct : +91-22-44787507
Mobile : +918452886027
E- mail : [email protected]<mailto:[email protected]>
From: Eric Jackson [mailto:[email protected]]
Sent: Wednesday, November 30, 2016 7:56 PM
To: SUSE/DeepSea
Cc: Sanjeev Jaiswal; Author
Subject: Re: [SUSE/DeepSea] Support for Ubuntu OS (#57)
Short answer: Yes :)
In the current master at 0.7, there's a few calls to zypper directly (one runner and a couple state files) and a call to hwinfo in a Salt module. These need to be made generic.
Any preference on the Ubuntu version?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#57 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFvR1E-uITxNDRJORv9mC6P23Nf1YbT_ks5rDYdqgaJpZM4LAJxm>.
"Confidentiality Warning: This message and any attachments are intended only for the use of the intended recipient(s).
are confidential and may be privileged. If you are not the intended recipient. you are hereby notified that any
review. re-transmission. conversion to hard copy. copying. circulation or other use of this message and any attachments is
strictly prohibited. If you are not the intended recipient. please notify the sender immediately by return email.
and delete this message and any attachments from your system.
Virus Warning: Although the company has taken reasonable precautions to ensure no viruses are present in this email.
The company cannot accept responsibility for any loss or damage arising from the use of this email or attachment."
|
For an ambiguous answer, not terribly difficult. I am not using Ubuntu personally, so setting up the development environment and finding the equivalent incantations for zypper update (probably apt-get) and hwinfo would be the primary obstacles. Considering the vacation days in December as well as I do not know the number of those interested in helping, I do not think it will happen before Christmas but would be there in January for at least one version. |
I would love if it were OS agnostic as possible. I was trying to do this as well by replacing redhat/suse stuff with pillar data but i'm having a hard as i don't know how any of it really works (python, salt, ceph, anything). Right now it needs to install hwinfo on ubuntu, and replace rpm commands with dpkg commands but it still fails for me. Still trying to figure it out. Huge +1 for this. |
lshw support is being added here #73. |
On Tuesday, February 14, 2017 09:04:51 AM Look Crabs wrote:
I would love if it were OS agnostic as possible. I was trying to do this as
well by replacing redhat/suse stuff with pillar data but i'm having a hard
as i don't know how any of it really works (python, salt, ceph, anything).
Right now it needs to install hwinfo on ubuntu, and replace rpm commands
with dpkg commands but it still fails for me. Still trying to figure it
out. Huge +1 for this.
Also, #112 is one step closer to making
things agnostic.
|
Is it possible to have Ubuntu OS support instead of just SuseLinux?
Or change the formulas to support any operating system, instead of depending on Suse specific commands like zipper.
The text was updated successfully, but these errors were encountered: