Date   

Invitation: Feilong project meeting @ Thu Aug 29, 2019 8:30am - 9:20am (EDT) (feilong-dev@lists.openmainframeproject.org)

John Mertic
 

You have been invited to the following event.

Feilong project meeting

When
Thu Aug 29, 2019 8:30am – 9:20am Eastern Time - New York
Joining info
Join Zoom Meeting
zoom.us/j/797393243 (ID: 797393243)
Join by phone
Calendar
feilong-dev@...
Who
jmertic@... - organizer
Stev Glodowski
Leonard Santalucia
James Vincent
cc: Chen CH Ji
Ingo Adlung
Johan Schelling
feilong-dev@...
Mike Friesenegger
Phil (CORP) Tully - optional
Kickoff meeting of the Feilong project.

Agenda:

Welcome/Introductions
Discuss the role of the project leads
Project Chairperson
Infrastructure transition plan
Determine meeting cadence

Going (feilong-dev@...)?   Yes - Maybe - No    more options »

Invitation from Google Calendar

You are receiving this courtesy email at the account feilong-dev@... because you are an attendee of this event.

To stop receiving future updates for this event, decline this event. Alternatively you can sign up for a Google account at https://www.google.com/calendar/ and control your notification settings for your entire calendar.

Forwarding this invitation could allow any recipient to send a response to the organizer and be added to the guest list, or invite others regardless of their own invitation status, or to modify your RSVP. Learn More.


Invitation: Feilong project meeting ( every other week ) @ Every 2 weeks from 8:30am to 9am on Thursday (EDT) (feilong-discussion@lists.openmainframeproject.org)

John Mertic
 

You have been invited to the following event.

Feilong project meeting ( every other week )

When
Every 2 weeks from 8:30am to 9am on Thursday Eastern Time - New York
Where
https://zoom.us/j/180998459 (map)
Calendar
feilong-discussion@...
Who
jmertic@... - organizer
Stev Glodowski
Leonard Santalucia
Tully, Phil (CORP)
James Vincent
Chen CH Ji
Ingo Adlung
Johan Schelling
feilong-discussion@...
Mike Friesenegger
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.

Join Zoom Meeting
https://zoom.us/j/180998459

One tap mobile
+16465588656,,180998459# US (New York)
+16699006833,,180998459# US (San Jose)

Dial by your location
        +1 646 558 8656 US (New York)
        +1 669 900 6833 US (San Jose)
        877 369 0926 US Toll-free
        855 880 1246 US Toll-free
        +86 10 87833177 China
        +86 10 53876330 China
        400 669 9381 China Toll-free
        400 616 8835 China Toll-free
Meeting ID: 180 998 459
Find your local number: https://zoom.us/u/aemdxsGLmZ

Going (feilong-discussion@...)?   All events in this series:   Yes - Maybe - No    more options »

Invitation from Google Calendar

You are receiving this courtesy email at the account feilong-discussion@... because you are an attendee of this event.

To stop receiving future updates for this event, decline this event. Alternatively you can sign up for a Google account at https://www.google.com/calendar/ and control your notification settings for your entire calendar.

Forwarding this invitation could allow any recipient to send a response to the organizer and be added to the guest list, or invite others regardless of their own invitation status, or to modify your RSVP. Learn More.


ICU ideas regarding Feilong / Cloud Connector

Johan Schelling
 

Hello all, 

Just sharing here the story I already shared with Ji Chen and Mike regarding our findings when using the Feilong / Cloud Connector tool and changes that we would like to propose / build. 

A customer of ICU has decided to buy 2 LinuxONE Rockhoppers for consolidation of their Oracle databases.   ICU is involved in setting up the system,  defining the Lpar’s,  installation and configuration of zVM  and, together with linux-engineers for the customer, the provisioning of the Linux guests in zVM.   For provisioning we have setup the zVM Cloud Connector and the linux-engineers have completely automated the provisioning and configuration of the linux guests using the Cloud Connector API’s and SALT maintenance processes.  

In the initial setup of zVM we wanted to use zVM storage pools to hand-out the needed disk-storage for the linux guests in a software-defined storage way.  Within zVM we want to manage the available disk storage and linux-guests should just request the amount of GB they would need.   As this customer doesn’t have any ECKD DASD available the only way to do a setup for this was using FCP SCSI disks through zVM EDEV’s.  We started out with a limited number of large EDEV’s (with  1TB LUNs) to hand out the disk storage through the zVM storage pool. So every linux guest would end-up with a set of minidisks on one of the available EDEVs.  This worked fairly well at first….  Provisioning of linux guests  went OK, but when the customer started to run SALT maintenance processes on multiple linux-guests at the same time we ran into serious performance problems.  Careful investigation of these problems,  together with some IBM zVM specialists showed that we ran into I/O problems due to the use of EDEV’s.  It showed that when using EDEV’s from zVM we only get a single I/O thread per EDEV to the physical LUN.  So when there are more Linux-guests installed on the same EDEV / SCSI-disk and they are doing a lot of I/O work at the same time, the throughput drops dramatically.  We have seen I/O speeds down to 2Mb/s where we expected around 120 Mb/s.  

As this customer is FCP only,  we can’t use any ECKD DASD to solve this problem using Parallel Access Volumes (unless IBM provides us with PAV for EDEVs  ;-)  ) 
Currently we have changed the setup within zVM and now have a storage pool with a large number of small EDEV’s  (the size of a Linux root filesystem). So every time we provision a new Linux guest, we use a new EDEV and every linux-system ends up on it’s own EDEV.  As we have around 250 linux environments to manage on the LinuxONE , we ended up with the same number of EDEV’s and LUNs on the HDS storage system. 
I/O speeds are now stable at between 70 and 120 Mb/s which is fast enough for now.  We have tested with the SALT maintenance process and performance there is steady as well.   But to the feeling of the customer the I/O speeds are still a bit low.  They feel they have bought an "I/O monster”  with LinuxONE but are not getting the speed they expected.  And working with a great number of small EDEV’s increases the management and maintenance for storage, to much displeasure of the storage managers. 

For the Oracle databases we use SCSI-disks that are directly attached to the Linux-guests (linux multipath, so no zVM EDEV’s involved) and in our tests we see I/O speeds going up to around 1Gb/s.  We haven’t seen any I/O issues yet when migrating Oracle databases onto the new Linux guests on the LinuxONE.  We have discussed these I/O speeds with the customer and they have asked us to investigate what it would take to use direct SCSI-disks for the Linux root filesystem as well.  

It should be possible to directly provision a Linux Guest on a  SCSI-disk (without any zVM EDEV definition) and IPL it from there.  But currently the Cloud Connector doesn’t support this way of working.  In discussing the entire situation with Mike, we felt that it should be possible to add some functionality to the zVM Cloud Connector to support this way of working.   

What we, at ICU, are planning to do is to investigate how to implement the use of direct SCSI in the zVM Cloud Connector.   On Monday September 2nd an intern, Nick Snel,  will start with the assignment to check whether it this is possible and what needs to be done.  Nick has a lot of knowledge of Linux and Python but not that much of zVM and SMAPI.  In those areas he will be supported by our zVM staff.  If we come up with some ideas we will, of course,  align with you and your team to see whether it is useful to continue.   Basic idea we discussed with the ICU team yesterday is summarized in the picture below:  


We see a lot of potential in the use of Feilong / Cloud Connector in setting up cloud (-like) infrastructures (as we did at our customer) and Openstack environments with zVM as a basis (DBaaS with Oracle). 

We would really like to hear what you think …….   

Regards,
Johan Schelling
Infrastructure Solution Architect





ICU IT Services BV
Transistorstraat 55b  I  1322 CK  ALMERE
 
M 06 – 21 245 992  I  johan.schelling@...
T 088 – 5 234 123  I  www.icu-it.nl  I  KvK 32135776


Upcoming Events #cal-summary

feilong-discussion@lists.openmainframeproject.org Calendar <feilong-discussion@...>
 

Feilong Discussion Upcoming Events

Feilong project meeting ( every other week )

When:
Thursday, 19 September 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Feilong project meeting ( every other week )

When:
Thursday, 3 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Re: Invitation: Feilong project meeting ( every other week ) @ Every 2 weeks from 8:30am to 9am on Thursday (EDT) (feilong-discussion@lists.openmainframeproject.org)

Mike Friesenegger
 

I took basic notes during yesterday's call which are below.  Please post anything that I missed.

Attendees:
john mertic
ji chen
james vincent
len santalucia
mike friesenegger
stev glodowski
 
Agenda:
Welcome/Introductions
Discuss the role of the project leads
Project Chairperson
Infrastructure transition plan
Determine meeting cadence 
 
Discussion:
logo - https://www.openmainframeproject.org/projects/feilong
    
project chairperson
    voting member of tsc once project graduates
    co-chairs (Mike F and James V)
    
github
    https://github.com/openmainframeproject/python-zvm-sdk 
    
mailing lists
        invites sent
        consolidate the general and devel lists - john
        private list for internal discussions
        
CI build environment move 
        currently in ibm labs
        coordinate with LF release engineering team
 
Additional Infrastructure that needs to be available
        access to z/VM for developers
        package build environment
        
anyone can attend these meetings
        open to the public
        
scheduling future calls
        every other week during CI migration
 
additional future call topics
        future discussion about this project not get stuck in the "weeds"
change z/vm cloud connector name in github to feilong
 


Re: ICU ideas regarding Feilong / Cloud Connector

jichenjc@...
 

Thanks, Johan
 
This in openstack called 'boot from volume', which means you carve a disk from a storage and boot from it ,instead of boot from local disk, this is technically doable (actually we are also working on FCP management as well now) including following points that might need consider
 
1) The original IPL is from disk number ,and if we need support boot from FCP, we need modify IPL way
2) the PARM and LOADPARM need to be considered 
3) The FCP management including mulitpath/NPIV etc management
3) The unpackdiskimage which do the real image copy need to be changed to include FCP/SCSI
 
I suggest you open an issue (copying below info) to https://github.com/openmainframeproject/python-zvm-sdk/pulls 
and we can talk there, and I am happy to cooperate with you on how to moving this ahead to make FCP/SCSI support better on Feilong project
 
 
Ji Chen
z Infrastructure as a Service architect
Phone: 10-82451493
E-mail: jichenjc@...
 
 

----- Original message -----
From: "Johan Schelling" <johan.schelling@...>
Sent by: feilong-discussion@...
To: "feilong-discussion@..." <feilong-discussion@...>
Cc:
Subject: [EXTERNAL] [Feilong Discussion] ICU ideas regarding Feilong / Cloud Connector
Date: Thu, Sep 5, 2019 10:58 PM
 
Hello all, 
 
Just sharing here the story I already shared with Ji Chen and Mike regarding our findings when using the Feilong / Cloud Connector tool and changes that we would like to propose / build. 
 
A customer of ICU has decided to buy 2 LinuxONE Rockhoppers for consolidation of their Oracle databases.   ICU is involved in setting up the system,  defining the Lpar’s,  installation and configuration of zVM  and, together with linux-engineers for the customer, the provisioning of the Linux guests in zVM.   For provisioning we have setup the zVM Cloud Connector and the linux-engineers have completely automated the provisioning and configuration of the linux guests using the Cloud Connector API’s and SALT maintenance processes.  
 
In the initial setup of zVM we wanted to use zVM storage pools to hand-out the needed disk-storage for the linux guests in a software-defined storage way.  Within zVM we want to manage the available disk storage and linux-guests should just request the amount of GB they would need.   As this customer doesn’t have any ECKD DASD available the only way to do a setup for this was using FCP SCSI disks through zVM EDEV’s.  We started out with a limited number of large EDEV’s (with  1TB LUNs) to hand out the disk storage through the zVM storage pool. So every linux guest would end-up with a set of minidisks on one of the available EDEVs.  This worked fairly well at first….  Provisioning of linux guests  went OK, but when the customer started to run SALT maintenance processes on multiple linux-guests at the same time we ran into serious performance problems.  Careful investigation of these problems,  together with some IBM zVM specialists showed that we ran into I/O problems due to the use of EDEV’s.  It showed that when using EDEV’s from zVM we only get a single I/O thread per EDEV to the physical LUN.  So when there are more Linux-guests installed on the same EDEV / SCSI-disk and they are doing a lot of I/O work at the same time, the throughput drops dramatically.  We have seen I/O speeds down to 2Mb/s where we expected around 120 Mb/s.  
 
As this customer is FCP only,  we can’t use any ECKD DASD to solve this problem using Parallel Access Volumes (unless IBM provides us with PAV for EDEVs  ;-)  ) 
Currently we have changed the setup within zVM and now have a storage pool with a large number of small EDEV’s  (the size of a Linux root filesystem). So every time we provision a new Linux guest, we use a new EDEV and every linux-system ends up on it’s own EDEV.  As we have around 250 linux environments to manage on the LinuxONE , we ended up with the same number of EDEV’s and LUNs on the HDS storage system. 
I/O speeds are now stable at between 70 and 120 Mb/s which is fast enough for now.  We have tested with the SALT maintenance process and performance there is steady as well.   But to the feeling of the customer the I/O speeds are still a bit low.  They feel they have bought an "I/O monster”  with LinuxONE but are not getting the speed they expected.  And working with a great number of small EDEV’s increases the management and maintenance for storage, to much displeasure of the storage managers. 
 
For the Oracle databases we use SCSI-disks that are directly attached to the Linux-guests (linux multipath, so no zVM EDEV’s involved) and in our tests we see I/O speeds going up to around 1Gb/s.  We haven’t seen any I/O issues yet when migrating Oracle databases onto the new Linux guests on the LinuxONE.  We have discussed these I/O speeds with the customer and they have asked us to investigate what it would take to use direct SCSI-disks for the Linux root filesystem as well.  
 
It should be possible to directly provision a Linux Guest on a  SCSI-disk (without any zVM EDEV definition) and IPL it from there.  But currently the Cloud Connector doesn’t support this way of working.  In discussing the entire situation with Mike, we felt that it should be possible to add some functionality to the zVM Cloud Connector to support this way of working.   
 
What we, at ICU, are planning to do is to investigate how to implement the use of direct SCSI in the zVM Cloud Connector.   On Monday September 2nd an intern, Nick Snel,  will start with the assignment to check whether it this is possible and what needs to be done.  Nick has a lot of knowledge of Linux and Python but not that much of zVM and SMAPI.  In those areas he will be supported by our zVM staff.  If we come up with some ideas we will, of course,  align with you and your team to see whether it is useful to continue.   Basic idea we discussed with the ICU team yesterday is summarized in the picture below:  
 
 
We see a lot of potential in the use of Feilong / Cloud Connector in setting up cloud (-like) infrastructures (as we did at our customer) and Openstack environments with zVM as a basis (DBaaS with Oracle). 
 
We would really like to hear what you think …….   
 
Regards,
Johan Schelling
Infrastructure Solution Architect
 



 
ICU IT Services BV
Transistorstraat 55b  I  1322 CK  ALMERE
 
M 06 – 21 245 992  I  johan.schelling@...
T 088 – 5 234 123  I  www.icu-it.nl  I  KvK 32135776
 


Upcoming Events #cal-summary

feilong-discussion@lists.openmainframeproject.org Calendar <feilong-discussion@...>
 

Feilong Discussion Upcoming Events

Feilong project meeting ( every other week )

When:
Thursday, 19 September 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Feilong project meeting ( every other week )

When:
Thursday, 3 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Setup discovery call for establishing Feilong CI/CD infrastructure

John Mertic
 

Hey Andrew!

Open Mainframe Project has just brought in a new project named Feilong, which has a historical infrastructure managed internally by IBM that is looking to be transitioned to the Open Mainframe Project for management. We thought it might be good to have a discovery call to get a sense of what the infrastructure needs are going forward to scope out the work and the transition.

The project meets every other week at 8:30am ET ( next meeting 10/3 ) if that would be a good time to hold this discussion, or if it is better to do a seperate call that would be fine too. Let us know what you'd prefer.

Thank you,

John Mertic
Director of Program Management - Linux Foundation
ASWF, ODPi, and Open Mainframe Project
Schedule time with me at https://calendly.com/jmertic


Upcoming Events #cal-summary

feilong-discussion@lists.openmainframeproject.org Calendar <feilong-discussion@...>
 

Feilong Discussion Upcoming Events

Feilong project meeting ( every other week )

When:
Thursday, 3 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Feilong project meeting ( every other week )

When:
Thursday, 17 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Upcoming Events #cal-summary

feilong-discussion@lists.openmainframeproject.org Calendar <feilong-discussion@...>
 

Feilong Discussion Upcoming Events

Feilong project meeting ( every other week )

When:
Thursday, 3 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Feilong project meeting ( every other week )

When:
Thursday, 17 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Feilong status call

James Vincent
 

Folks, I apologize but I will be unable to call in today. I am buried with a customer issue that I need to get resolved. It's been long days and short nights...

I will catch up with any notes and follow up as needed.

-- James Vincent


Feilong status call

Johan Schelling
 

As I’m in a couple of meetings with customers this afternoon, I’m also unable to dial-in.
Regards
Johan


Upcoming Events #cal-summary

feilong-discussion@lists.openmainframeproject.org Calendar <feilong-discussion@...>
 

Feilong Discussion Upcoming Events

Feilong project meeting ( every other week )

When:
Thursday, 17 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Feilong project meeting ( every other week )

When:
Thursday, 31 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Upcoming Events #cal-summary

feilong-discussion@lists.openmainframeproject.org Calendar <feilong-discussion@...>
 

Feilong Discussion Upcoming Events

Feilong project meeting ( every other week )

When:
Thursday, 17 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Feilong project meeting ( every other week )

When:
Thursday, 31 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Re: arrive late for today's meeting

John Mertic
 

Thanks for letting me know - sharing with the rest of the TSC.

Thank you,

John Mertic
Director of Program Management - Linux Foundation
ASWF, ODPi, and Open Mainframe Project
Schedule time with me at https://calendly.com/jmertic



On Thu, Oct 17, 2019 at 3:44 AM Chen CH Ji <jichenjc@...> wrote:
John
             I noticed we will have a meeting today for feilong, I will have a customer call and 15 min conflict to our meeting, so might be a few minutes later. thanks
 
Ji Chen
z Infrastructure as a Service architect
Phone: 10-82451493
E-mail: jichenjc@...


Upcoming Events #cal-summary

feilong-discussion@lists.openmainframeproject.org Calendar <feilong-discussion@...>
 

Feilong Discussion Upcoming Events

Feilong project meeting ( every other week )

When:
Thursday, 31 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Feilong project meeting ( every other week )

When:
Thursday, 14 November 2019, 8:30am to 9:00am
(GMT-05:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Upcoming Events #cal-summary

feilong-discussion@lists.openmainframeproject.org Calendar <feilong-discussion@...>
 

Feilong Discussion Upcoming Events

Feilong project meeting ( every other week )

When:
Thursday, 31 October 2019, 8:30am to 9:00am
(GMT-04:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Feilong project meeting ( every other week )

When:
Thursday, 14 November 2019, 8:30am to 9:00am
(GMT-05:00) America/New York

Where:
https://zoom.us/j/180998459

Organizer: jmertic@... jmertic@...

Details:
Regular meeting of the Feilong project. Meeting agenda to be distributed via the feilong-discussion@... email list before the meeting.<br><br>Join Zoom Meeting<br><a href="https://zoom.us/j/180998459">https://zoom.us/j/180998459</a><br><br>One tap mobile<br>+16465588656,,180998459# US (New York)<br>+16699006833,,180998459# US (San Jose)<br><br>Dial by your location<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 646 558 8656 US (New York)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+1 669 900 6833 US (San Jose)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;877 369 0926 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;855 880 1246 US Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 87833177 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+86 10 53876330 China<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 669 9381 China Toll-free<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 616 8835 China Toll-free<br>Meeting ID: 180 998 459<br>Find your local number: <a href="https://zoom.us/u/aemdxsGLmZ">https://zoom.us/u/aemdxsGLmZ</a>

-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
Please do not edit this section of the description.

View your event at https://www.google.com/calendar/event?action=VIEW&eid=cW1zYnQ1dTFpMjllcG1lM3JsbmdrZ3BlYW8gZmVpbG9uZy1kaXNjdXNzaW9uQGxpc3RzLm9wZW5tYWluZnJhbWVwcm9qZWN0Lm9yZw&tok=Mjcjam1lcnRpY0BsaW51eGZvdW5kYXRpb24ub3JnMWM3YjBhYTIwMDg1ZTc2Y2Q0NjA1YzAwMDg1Nzk4MmM0ZmRlOTI2Mw&ctz=America%2FNew_York&hl=en&es=1.
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-

View Event


Notes from previous Feilong meetings are posted

Mike Friesenegger
 

Hello,

https://github.com/openmainframeproject/python-zvm-sdk/pull/28 was
merged which contains the meeting notes from this projects first four
meetings.

Here is the link -
https://github.com/openmainframeproject/python-zvm-sdk/tree/master/feilong_meetings
- to these and future meeting notes.

Have a good weekend!

Mike Friesenegger


2019-10-31 Feilong meeting agenda

Mike Friesenegger
 

Hello,

I propose the following agenda for today's call.

- Introduction of new attendees
- Update on core infrastructure badge effort
- Access to z/VM environment for testing/development
- List of features to add

I will ask at the beginning of the call if there are other items
attendees would like to add.

Regards,

Mike Friesenegger


Re: 2019-10-31 Feilong meeting agenda

Johan Schelling
 

Due to another appointment this afternoon, I won’t be able to join.
Johan

Verstuurd vanaf mijn iPhone

Op 31 okt. 2019 om 12:39 heeft Mike Friesenegger via Lists.Openmainframeproject.Org <mikef=suse.com@...> het volgende geschreven:

Hello,

I propose the following agenda for today's call.

- Introduction of new attendees
- Update on core infrastructure badge effort
- Access to z/VM environment for testing/development
- List of features to add

I will ask at the beginning of the call if there are other items
attendees would like to add.

Regards,

Mike Friesenegger