[tickets] [opensaf:tickets] #2767 pyosaf: Fix invoke_admin_operation() method of ImmOmAgent

2018-01-22 Thread Danh Vo via Opensaf-tickets



---

** [tickets:#2767] pyosaf: Fix  invoke_admin_operation() method of ImmOmAgent**

**Status:** unassigned
**Milestone:** 5.18.01
**Created:** Mon Jan 22, 2018 10:04 AM UTC by Danh Vo
**Last Updated:** Mon Jan 22, 2018 10:04 AM UTC
**Owner:** nobody


An error occurs when  using the invoke_admin_operation() method to perform an 
admin operation which resturns operation_rc that is not SA_AIS_OK. 

line: 292
log_err("Administrative operation(%s) on %s FAILED - %s" %
(op_id, object_dn, eSaAisErrorT.whatis(operation_rc)))



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2685 pyosaf: Fix amf_demo python sample

2017-12-20 Thread Danh Vo via Opensaf-tickets
- **status**: review --> fixed
- **assigned_to**: Danh Vo -->  nobody 
- **Comment**:

commit 5a520b91f37ef51ddf6fbdd97928a002e2967e0c (HEAD, origin/develop, develop)
Author: Danh Vo 
Date:   Mon Dec 4 11:21:22 2017 +0700

pyosaf: Fix amf_demo python sample [#2685]

   - Fix amf_demo to make it work.
   - Modify README for the latest amf_demo.


commit cb0f2869a1b34b4cec5873d5032c708d1b793e19 (HEAD, origin/release, release)
Author: Danh Vo 
Date:   Mon Dec 4 11:21:22 2017 +0700

pyosaf: Fix amf_demo python sample [#2685]

   - Fix amf_demo to make it work.
   - Modify README for the latest amf_demo.



---

** [tickets:#2685] pyosaf: Fix amf_demo python sample**

**Status:** fixed
**Milestone:** 5.18.01
**Created:** Fri Nov 17, 2017 02:30 AM UTC by Nguyen TK Luu
**Last Updated:** Mon Dec 04, 2017 06:25 AM UTC
**Owner:** nobody


Fix amf_demo python sample so that it works.

It fails because the script returns exit code 1. The root cause maybe come from 
amf_demo_script could not find the pid file in /tmp directory.

2017-11-17 10:16:18.015 SC-1 osafamfnd[377]: NO 
'safSu=SU1,safSg=AmfDemo,safApp=AmfDemo1' Presence State UNINSTANTIATED => 
INSTANTIATING
2017-11-17 10:16:18.238 SC-1 amf_demo_script: Starting /opt/amf_demo/amf_demo 
failed
2017-11-17 10:16:18.240 SC-1 osafamfnd[377]: NO Instantiation of 
'safComp=AmfDemo,safSu=SU1,safSg=AmfDemo,safApp=AmfDemo1' failed
2017-11-17 10:16:18.241 SC-1 osafamfnd[377]: NO Reason:'Exec of script success, 
but script exits with non-zero status'
2017-11-17 10:16:18.241 SC-1 osafamfnd[377]: NO Exit code: 1


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2679 pyosaf: Refactor clm-tool sample to make use of new pyosaf utils

2017-12-20 Thread Danh Vo via Opensaf-tickets
- **status**: review --> fixed
- **assigned_to**: Danh Vo -->  nobody 
- **Comment**:

commit 390b54659b204d4a0d28b2ef24a2fcce28db94fc (HEAD, origin/develop, develop)
Author: Danh Vo 
Date:   Tue Nov 14 15:36:48 2017 +0700

pyosaf: Refactor clm-tool sample to make use of new pyosaf utils [#2679]

- Refactor clm-tool.
- Add new function in clm util for sending node get.



---

** [tickets:#2679] pyosaf: Refactor clm-tool sample to make use of new pyosaf 
utils**

**Status:** fixed
**Milestone:** 5.18.01
**Created:** Tue Nov 14, 2017 07:53 AM UTC by Nguyen TK Luu
**Last Updated:** Tue Nov 14, 2017 09:51 AM UTC
**Owner:** nobody


Refactor the clm-tool python sample to make use of the new pyosaf utils 
implementation of enhancement ticket 
[#2602](https://sourceforge.net/p/opensaf/tickets/2602/).


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2685 pyosaf: Fix amf_demo python sample

2017-12-03 Thread Danh Vo via Opensaf-tickets
- **status**: accepted --> review



---

** [tickets:#2685] pyosaf: Fix amf_demo python sample**

**Status:** review
**Milestone:** 5.18.01
**Created:** Fri Nov 17, 2017 02:30 AM UTC by Nguyen TK Luu
**Last Updated:** Fri Nov 17, 2017 03:22 AM UTC
**Owner:** Danh Vo


Fix amf_demo python sample so that it works.

It fails because the script returns exit code 1. The root cause maybe come from 
amf_demo_script could not find the pid file in /tmp directory.

2017-11-17 10:16:18.015 SC-1 osafamfnd[377]: NO 
'safSu=SU1,safSg=AmfDemo,safApp=AmfDemo1' Presence State UNINSTANTIATED => 
INSTANTIATING
2017-11-17 10:16:18.238 SC-1 amf_demo_script: Starting /opt/amf_demo/amf_demo 
failed
2017-11-17 10:16:18.240 SC-1 osafamfnd[377]: NO Instantiation of 
'safComp=AmfDemo,safSu=SU1,safSg=AmfDemo,safApp=AmfDemo1' failed
2017-11-17 10:16:18.241 SC-1 osafamfnd[377]: NO Reason:'Exec of script success, 
but script exits with non-zero status'
2017-11-17 10:16:18.241 SC-1 osafamfnd[377]: NO Exit code: 1


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2685 pyosaf: Fix amf_demo python sample

2017-11-16 Thread Danh Vo via Opensaf-tickets
- Description has changed:

Diff:



--- old
+++ new
@@ -1 +1,9 @@
 Fix amf_demo python sample so that it works.
+
+It fails because the script returns exit code 1. The root cause maybe come 
from amf_demo_script could not find the pid file in /tmp directory.
+
+2017-11-17 10:16:18.015 SC-1 osafamfnd[377]: NO 
'safSu=SU1,safSg=AmfDemo,safApp=AmfDemo1' Presence State UNINSTANTIATED => 
INSTANTIATING
+2017-11-17 10:16:18.238 SC-1 amf_demo_script: Starting /opt/amf_demo/amf_demo 
failed
+2017-11-17 10:16:18.240 SC-1 osafamfnd[377]: NO Instantiation of 
'safComp=AmfDemo,safSu=SU1,safSg=AmfDemo,safApp=AmfDemo1' failed
+2017-11-17 10:16:18.241 SC-1 osafamfnd[377]: NO Reason:'Exec of script 
success, but script exits with non-zero status'
+2017-11-17 10:16:18.241 SC-1 osafamfnd[377]: NO Exit code: 1






---

** [tickets:#2685] pyosaf: Fix amf_demo python sample**

**Status:** accepted
**Milestone:** 5.18.01
**Created:** Fri Nov 17, 2017 02:30 AM UTC by Nguyen TK Luu
**Last Updated:** Fri Nov 17, 2017 02:41 AM UTC
**Owner:** Danh Vo


Fix amf_demo python sample so that it works.

It fails because the script returns exit code 1. The root cause maybe come from 
amf_demo_script could not find the pid file in /tmp directory.

2017-11-17 10:16:18.015 SC-1 osafamfnd[377]: NO 
'safSu=SU1,safSg=AmfDemo,safApp=AmfDemo1' Presence State UNINSTANTIATED => 
INSTANTIATING
2017-11-17 10:16:18.238 SC-1 amf_demo_script: Starting /opt/amf_demo/amf_demo 
failed
2017-11-17 10:16:18.240 SC-1 osafamfnd[377]: NO Instantiation of 
'safComp=AmfDemo,safSu=SU1,safSg=AmfDemo,safApp=AmfDemo1' failed
2017-11-17 10:16:18.241 SC-1 osafamfnd[377]: NO Reason:'Exec of script success, 
but script exits with non-zero status'
2017-11-17 10:16:18.241 SC-1 osafamfnd[377]: NO Exit code: 1


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2685 pyosaf: Fix amf_demo python sample

2017-11-16 Thread Danh Vo via Opensaf-tickets
- **status**: assigned --> accepted
- **Type**: enhancement --> defect



---

** [tickets:#2685] pyosaf: Fix amf_demo python sample**

**Status:** accepted
**Milestone:** 5.18.01
**Created:** Fri Nov 17, 2017 02:30 AM UTC by Nguyen TK Luu
**Last Updated:** Fri Nov 17, 2017 02:38 AM UTC
**Owner:** Danh Vo


Fix amf_demo python sample so that it works.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2685 pyosaf: Fix amf_demo python sample

2017-11-16 Thread Danh Vo via Opensaf-tickets
- **status**: unassigned --> assigned
- **assigned_to**: Danh Vo
- **Type**: defect --> enhancement



---

** [tickets:#2685] pyosaf: Fix amf_demo python sample**

**Status:** assigned
**Milestone:** 5.18.01
**Created:** Fri Nov 17, 2017 02:30 AM UTC by Nguyen TK Luu
**Last Updated:** Fri Nov 17, 2017 02:30 AM UTC
**Owner:** Danh Vo


Fix amf_demo python sample so that it works.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2679 pyosaf: Refactor clm-tool sample to make use of new pyosaf utils

2017-11-14 Thread Danh Vo via Opensaf-tickets
- **status**: accepted --> review



---

** [tickets:#2679] pyosaf: Refactor clm-tool sample to make use of new pyosaf 
utils**

**Status:** review
**Milestone:** 5.18.01
**Created:** Tue Nov 14, 2017 07:53 AM UTC by Nguyen TK Luu
**Last Updated:** Tue Nov 14, 2017 07:59 AM UTC
**Owner:** Danh Vo


Refactor the clm-tool python sample to make use of the new pyosaf utils 
implementation of enhancement ticket 
[#2602](https://sourceforge.net/p/opensaf/tickets/2602/).


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2679 pyosaf: Refactor clm-tool sample to make use of new pyosaf utils

2017-11-14 Thread Danh Vo via Opensaf-tickets
- **status**: assigned --> accepted



---

** [tickets:#2679] pyosaf: Refactor clm-tool sample to make use of new pyosaf 
utils**

**Status:** accepted
**Milestone:** 5.18.01
**Created:** Tue Nov 14, 2017 07:53 AM UTC by Nguyen TK Luu
**Last Updated:** Tue Nov 14, 2017 07:59 AM UTC
**Owner:** Danh Vo


Refactor the clm-tool python sample to make use of the new pyosaf utils 
implementation of enhancement ticket 
[#2602](https://sourceforge.net/p/opensaf/tickets/2602/).


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2679 pyosaf: Refactor clm-tool sample to make use of new pyosaf utils

2017-11-13 Thread Danh Vo via Opensaf-tickets
- **status**: unassigned --> assigned
- **assigned_to**: Danh Vo



---

** [tickets:#2679] pyosaf: Refactor clm-tool sample to make use of new pyosaf 
utils**

**Status:** assigned
**Milestone:** 5.18.01
**Created:** Tue Nov 14, 2017 07:53 AM UTC by Nguyen TK Luu
**Last Updated:** Tue Nov 14, 2017 07:53 AM UTC
**Owner:** Danh Vo


Refactor the clm-tool python sample to make use of the new pyosaf utils 
implementation of enhancement ticket 
[#2602](https://sourceforge.net/p/opensaf/tickets/2602/).


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets