openstack

פתרונות הייעוץ Professional Services ללקוחות

חברת אוקטופוס מציעה שירותי Professional Services מתקדמים לקוד פתוח ו Red Hat, לאורך השנים אנו מספקים את שירותינו לגופים המובילים במשק: צה”ל, בנקים, חברות הייטק וסלולאר בוחרים בנו שוב ושוב כפסק PS מועדף. סיכום פרוייקטים מובילים ב2020. למה כדאי לרכוש מאיתנו שירותי PS גיוס והכשרת עובדים גיוסים והכשרות- העובדים אצלנו עוברים תהליך סדור של בדיקות לפני וכמו כן הכשרות ניתנות פרטנית לפי […]

Articles

סיכום פרוייקטי Red Hat באוקטופוס שנת 2020

  ​​​​​​​אוקטופוס פתרונות מחשוב שמחים לסכם את שנת 2020 המאתגרת עם ריכוז הצלחות הפרויקטים המורכבים של Red Hat עבור הארגונים הגדולים במשק!   פרטנר ביצענו בהצלחה פרויקט של OpenStack של הקמת תשתיות ענן לדור 5 (5G) . ההקמה בוצעה בשיתוף פעולה עם חברת Red Hat  ו Mavenir ובהובלה של מהנדסי אוקטופוס. מהנדס אוקטופוס ייעץ באתר הלקוח במשך התקופה עד לסיום […]

Articles

אוקטופוס השתתפה בכנס Red Hat Forum EMEA 2020

כמדי שנה, גם בשנת 2020, אוקטופוס השתתפה בכנס Red Hat Forum EMEA שהתקיים בחודש נובמבר. הכנס במתכונתו הוירטואלית כיסה שלל נושאים מעניינים בענן. ההשתתפות שלנו בכנס זכתה השנה לסיקור תקשורתי של ״אנשים ומחשבים״ אשר ניהלו ראיון עם מנכ״ל אוקטופוס, דניאל קלנר. העבודה המוצלחת שלנו עם Red Hat בכלל ומערכות OpenShift בפרט היא תוצר של רכישת ידע מעמיק לאורך שנים בעולם הקוד הפתוח אותו […]

Articles

Introspection of baremetal nodes fails with ‘No hypervisor matching’ 

Introspection fails due to use of Host Name instead of UUID   When I do introspection on baremetal servers that will be used as for Redhat TripleO Openstack 13 (This is the same as RDO Queens)  I start with just one. Before this I import the instackenv.json file with all of the baremetal server details […]

Articles

Cleanly Delete Openstack Overcloud For Re-Deployment

Delete the Overcloud so that your next deployment will be as expected   When you need to re-deploy your Overcloud you should do this in the cleanest way. The cleanest way means that all resources are utterly deleted and un-installed before running the deploy again. Do this by running: $ openstack overcloud delete overcloud In the […]

Articles

Setup a Disconnected Docker Registry for Red Hat Openstack 13

Setup disconnected Docker registry for Rhosp 13 Pre-requisites:1.    Server for registry that has 2 nics to connect to internet and disconnected servers2.    Director configured with latest minor release3.    Current Redhat subscription4.    Hundreds of GB free, preferably a TB. It is wise to have /var as a separate mounted volume. On registry run:$ yum update -y […]

Articles

How to set a root password for your Openstack images

Login via console to your failed openstack deployment   While installing Redhat Openstack on Baremetal with lots of complicated networking, you might need to access Linux via the console.  Redhat images do not come with a default username and password. So you need to configure the overcloud-full image to have a default password for root.$ sudo […]

Articles

How to Add Disk Space to an OpenStack Instance Using a flavor Volume

  While installing Openshift on Openstack I was quickly informed that my masters needed at least 40 GB of Disk Volume, while my Openstack Flavor had only 10. If your Openstack Instance is using an attached volume, it is pretty straightforward to expand the volume with: openstack volume set VOLUME-ID –size 10 This only works with a number […]

Articles

Create Multiple Instances with a single Openstack CLI Command

Multiple instances in OpenStack CLI   I have been developing Infrastructure as code. Openstack is getting more powerful and popular everyday. You quickly get to a point when you need multiple instances. I am presently installing Openshift, which rfequires several instances. Here I will show you how to make multiple instances of the same size and flavor using Heat Stacks. […]

Articles