[jira] [Created] (VCL-536) xCAT partimage and image_architecture x86_64

2011-11-16 Thread Aaron Peeler (Created) (JIRA)
xCAT partimage and image_architecture x86_64


 Key: VCL-536
 URL: https://issues.apache.org/jira/browse/VCL-536
 Project: VCL
  Issue Type: Bug
Reporter: Aaron Peeler
Assignee: Aaron Peeler
 Fix For: 2.3, 2.4


When capturing OS x86_64 installs provisioned by xcat kickstart method. In the 
newly inserted image, the image.architecture value is inherited from it's 
parent image information in the image table. For xCAT partimage based images, 
it fails when x86_64 value is set for the image architecture. This is due to 
how both the current xcat partimageng.pm module and the vcl xCAT prov modules 
are written. They are is assuming a x86 only paths i.e /install/image/x86, 
/tftpboot/../x86, etc.

A short work around is to set the image.architecture in the State.pm module.

The longer term fix will be to remove the dependency on the x86 in the path 
locations for the xCAT modules in the next release. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (VCL-538) time server option per management node

2011-11-16 Thread Aaron Peeler (Created) (JIRA)
time server option per management node
--

 Key: VCL-538
 URL: https://issues.apache.org/jira/browse/VCL-538
 Project: VCL
  Issue Type: Improvement
Reporter: Aaron Peeler
Priority: Minor
 Fix For: 2.4


add option to management node table to set time servers on OS loads. During 
post load option vcld will use this to set the time server, if it is not 
already provided by any dhcp servers or if a site is using statically assigned 
addresses.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (VCL-544) Linux systemd services

2011-12-12 Thread Aaron Peeler (Created) (JIRA)
Linux systemd services
--

 Key: VCL-544
 URL: https://issues.apache.org/jira/browse/VCL-544
 Project: VCL
  Issue Type: Improvement
Reporter: Aaron Peeler
 Fix For: 2.3


Addcd systemd services support for newer linux distros

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (VCL-557) xCAT2 reset node to boot state on DESTROY

2012-02-20 Thread Aaron Peeler (Created) (JIRA)
xCAT2 reset node to boot state on DESTROY 
--

 Key: VCL-557
 URL: https://issues.apache.org/jira/browse/VCL-557
 Project: VCL
  Issue Type: Improvement
Reporter: Aaron Peeler
Priority: Minor
 Fix For: 2.3


In xCAT2 provisioning module, when process is exiting set node to boot state.

- create DESTROY routine
- call nodeset $node boot



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (VCL-570) Ubuntu support

2012-03-28 Thread Aaron Peeler (Created) (JIRA)
Ubuntu support
--

 Key: VCL-570
 URL: https://issues.apache.org/jira/browse/VCL-570
 Project: VCL
  Issue Type: Improvement
Reporter: Aaron Peeler
Assignee: Aaron Peeler
 Fix For: 2.4


Fix support for ubuntu OS. Currently it is not working with the latest ubuntu 
versions. Targeting 2.4 release - might have it ready for 2.3

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (VCL-571) EC2 API provisioning module

2012-03-29 Thread Aaron Peeler (Created) (JIRA)
EC2 API provisioning module
---

 Key: VCL-571
 URL: https://issues.apache.org/jira/browse/VCL-571
 Project: VCL
  Issue Type: New Feature
  Components: database, vcld (backend), web gui (frontend)
Reporter: Aaron Peeler
 Fix For: 2.4


To provide a provisioning method for cloud platforms that use EC2 api interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (VCL-574) reinstall option not happening when detecting inuse state

2012-04-05 Thread Aaron Peeler (Created) (JIRA)
reinstall option not happening when detecting inuse state
-

 Key: VCL-574
 URL: https://issues.apache.org/jira/browse/VCL-574
 Project: VCL
  Issue Type: Bug
  Components: vcld (backend)
Reporter: Aaron Peeler
Assignee: Aaron Peeler
 Fix For: 2.4


By default - vcld checks for existing processes for a given reservation, to 
prevent overlap of processes or prevent accidental changes. In the case of a 
user initiating a reinstall during a reservation, if the reinstall process 
detects another process running for that given reservation, then the reinstall 
process exits quietly with no changes and importantly no reinstall.

Update process check to include specific states such as reinstall that are 
allowed to proceed.




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (VCL-575) Improvements to gen-node-key.sh

2012-04-05 Thread Aaron Peeler (Created) (JIRA)
Improvements to gen-node-key.sh
---

 Key: VCL-575
 URL: https://issues.apache.org/jira/browse/VCL-575
 Project: VCL
  Issue Type: Improvement
Reporter: Aaron Peeler
Assignee: Aaron Peeler
 Fix For: 2.3


doesn't fully support linux 
- only calling net service (windows)
- path to sshd_config is non redhat distro

Add flexibility - try to detect OS and set related paths and commands.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (VCL-576) Finalizing code for 2.3 release

2012-04-18 Thread Aaron Peeler (Created) (JIRA)
Finalizing code for 2.3 release
---

 Key: VCL-576
 URL: https://issues.apache.org/jira/browse/VCL-576
 Project: VCL
  Issue Type: Task
Reporter: Aaron Peeler


A jira issue for general fixes and tasks related to the 2.3 release candidate 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira