Questions tagged [private-cloud]

Private cloud is the phrase used to describe a cloud computing platform that is implemented within the corporate firewall, under the control of the IT department.

A private cloud is designed to offer the same features and benefits of public cloud systems, but removes a number of objections to the cloud computing model including control over enterprise and customer data, worries about security, and issues connected to regulatory compliance.

23 questions
8
votes
6 answers

What is the difference between private cloud and public cloud?

What are the differences between private cloud and public cloud ? Please define both and giving examples with usage.
Sany
  • 118
  • 1
  • 6
7
votes
2 answers

how to make angular application read environment variables from private cloud foundry (Runtime)

I am working with angular 5 application and deploying to private cloud foundry. In general, while building the application we would provide API endpoint in "environment.{*}.ts" file and run npm run build --prod command. my requirement is to read…
Gowtham.K.Reddy
  • 967
  • 1
  • 9
  • 26
3
votes
0 answers

Can't ping/ssh Openstack VM internal instance from controller

I have a working single-node centos Openstack instance which is working in most regards nicely, except for one problem which has me tearing my hair out. The problem is this: when I create new VM instances, I am unable to ping/ssh them from the…
3
votes
1 answer

Bluemix custom service brokers

I'm trying to find out how to publish custom service brokers using Bluemix Dedicated or Local. Is it possible? If yes, is it allowed to customers or only to IBM support?
2
votes
1 answer

terraform with private cloud implementation of ec2

Updated : We have a private cloud hosted in our datacenter which is stripped down version of AWS. We have exposed EC2 API's to allow users to create VM's using awscli. I am trying to create VM's using Terraform and for initial tests i created a .tf…
1
vote
1 answer

IBM Cloud Private CE - Unauthorized Access to Catalog

I have installed ICP CE 2.1.0 on a google cloud VM and the installation has gone well-no errors in installation process. When accessing the GUI I am able to see deployments and services but as soon as I access any part of the Catalog I get a blank…
1
vote
2 answers

Can I use Bluemix devops services with a dedicated Bluemix?

I'm trying to add a dedicated Bluemix instance to my deploy stage in devops services as a general cloud foundry source. Can authenticate and select space but not save the settings... Are the devops service working with a dedicated Bluemix?
ethilesen
  • 19
  • 1
0
votes
0 answers

Azure Event Grid with Private Storage Account and Pubic Service Bus

As title states, is it possible to have an event grid sending events to a public service bus from a private storage account? I am using a managed identity and event grid which triggers on the events "Microsoft.Storage.BlobCreated". The managed…
0
votes
0 answers

How to connect VM in Openstack to external-network? (Kolla-ansible)

I tried deploying OpenStack (Xena version) using Kolla-ansible tool, All-in-one mode. My cloud server (Ubuntu-2004-server) has 2 NICs (I attached 2 public IPs to these NICs). After successful deployment, I create network: provider network and vxlan…
0
votes
1 answer

Can we use Azure PaaS resources like Azure Data Factory or Azure Functions in a private cloud?

I'm new to cloud computing. I'm trying to figure out the difference between public and private clouds. I understand that in a private cloud, the organization owns and maintains the infrastructure. Is this to say that private clouds are always IAAS…
0
votes
0 answers

problem to define nfs clients when mounting multiple File systems to different VMs

I have to mount multiple FS to multiple VMs using a terraform script. for that I defined in "variables.tf" file a variable which belongs to the FS, another that belongs to VMs, and 2 others (one for NFS clients and another one for nfsmount). the…
DrT
  • 23
  • 6
0
votes
1 answer

VCP Google Cloud Platform's Dataflow Pub/Sub Topic to BigQuery not Pulling data from subscription

I am using GCP to process and store data sent from a simulated IoT device. The data (should) flow in the following path: [Simulated IoT device with mqtt client] -> [IoT core device] -> [IoT core registry] -> [pub/sub topic] -> [pub/sub subscription]…
0
votes
2 answers

Can something be both a cloud and "On-premises"?

If we look at the definition for cloud computing as formulated by NIST, then part of the essential characteristics of a cloud is location independence. This also holds true for other questions and replies on this website, it's always cloud vs.…
Eric Ericson
  • 57
  • 1
  • 8
0
votes
1 answer

How to reach a OPENSTACK instance directly without using floating IP

I looking for a scenario where i can reach a instance created in a OPENSTACK Rocky version with an IP directly on the network created (inst-1 launched on 172.6.0.0/24 network) got an ip address of 172.6.0.5 So i want to ping 172.6.0.5 directly from…
0
votes
1 answer

can i link openstack to other servers maybe?

is there any way I can link OpenStack to other servers and what I mean by that in my case I have a pfsense server for my firewall config and Zimbra as my mail server and traumas as storage server all in VirtualBox obviously and I have OpenStack…
1
2