Giter VIP home page Giter VIP logo

docs's Introduction

docs's People

Contributors

acolleen avatar april-yangzsh avatar crystal4545 avatar dimayuga avatar douganv avatar gshgui avatar hnorlen avatar hseaton avatar janicehamrick avatar jbetht avatar jeffchi avatar jenschlot avatar jergirl avatar kealexan avatar kevin-heapes avatar kkronstainbrown avatar leesakcp avatar lwhinson avatar maxbridges avatar mekaufman avatar michellepurcell avatar randala avatar rkung-ibm avatar sefuhrer avatar sktay avatar smguilia avatar stemke avatar tionaf avatar vishalpalliyathu avatar zzdrt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

OpenWhisk Slack package example is missing hash in channel name

The Slack example for OpenWhisk requires the leading hash in the channel name for it to work properly, however the included example is missing it.

https://github.com/IBM-Bluemix/docs/blob/master/openwhisk/openwhisk_catalog.md

Incorrect: wsk package bind /whisk.system/slack mySlack --param url 'https://hooks.slack.com/services/...' --param username 'Bob' --param channel 'MySlackChannel'

Correct: wsk package bind /whisk.system/slack mySlack --param url 'https://hooks.slack.com/services/...' --param username 'Bob' --param channel '#MySlackChannel'

IoT: Node.js: Be more specific about function arguments

In the Node.js doc for applications, and in a lot of other places, can we be more specific about the nature of the function arguments? I.e., what are

  • deviceType
  • deviceId
  • eventType
  • format
  • payload - Device event payload
  • topic - Original topic

As a developer, I'd be interested to learn from the documentation about

  • restrictions on type of the argument (string, number, json, object, ...)
  • expected format (regex, structure, ...)
  • what's the maximum/minimum length/value, if any
    etc.

broken link in OpenWhisk actions page

I found this while reading this external BM doc page:

https://console.ng.bluemix.net/docs/openwhisk/openwhisk_actions.html

I believe that maps to this page in this repo:

https://github.com/IBM-Bluemix/docs/blob/master/openwhisk/openwhisk_actions.md

In that page search for this text: "The References detail the Node.js packages that you can use in your actions". The word reference is a link and it's broken. The broken link is to:

https://github.com/IBM-Bluemix/docs/blob/master/openwhisk/reference.md#runtime-environment

But I think it needs to be to this page:

https://console.ng.bluemix.net/docs/openwhisk/openwhisk_reference.html#openwhisk_ref_javascript

It needs to be to the "Node.js runtime environments", but I'm not sure that has an anchor.

Delivery Pipeline/DevOps Services topic needs to be updated

This topic - https://hub.jazz.net/docs/deploy_ext/#globalize needs to be reviewed and updated because the implementation of IBM GLobalization PIpeline into DevOps Services has been changed due to the GA of the IBM Globalization Pipeline service.

  1. The development contact to review the steps is Jacob Garcowski
  2. There is a new video which should be linked to. The current video is out of date.

See the new video at: https://www.dropbox.com/s/u95i1b0ur7d0j9y/DevOps%20Pipeline.mp4?dl=0

Cordova Getting Started Step 7 Incorrectly Telling User to Use Build/Run iOS Instead of Xcode

In step 5 of the Cordova Getting Started document when informing the user how to setup the iOS platform the document states to run the application through Xcode (which is correct, otherwise you overwrite your bridging-header).

However, in step 7 the document confuses the user by telling them to run the mobile application using cordova build ios and cordova run ios which is incorrect and results in compile errors.

Please update the document to clarify to the user to only build and run iOS code through Xcode for the HelloWorld sample.

Thanks

Autoscaling instructions on CLI little out of date

https://console.ng.bluemix.net/docs/cli/plugins/auto-scaling/index.html

Recommendations:

  • consistently use bx or bluemix. Recommend bx.
  • Instructions re: pointing to repo and downloading autoscale plugin needs to be updated. Latest copies of the command have bluemix repo already configured. Just need to update example:

root@50d3dd648b47:/go/tools/Bluemix_CLI# bx plugin install auto-scaling -r Bluemix
Looking up 'auto-scaling' from repository 'Bluemix'...
Attempting to download the binary file...
9892192 bytes downloaded
Installing plugin...
OK
Plug-in 'auto-scaling 0.2.2' was successfully installed into /root/.bluemix/plugins/auto-scaling.
root@50d3dd648b47:/go/tools/Bluemix_CLI#

nav and page content out of order

looking at the object store docs and on the page I see "Using the Object Storage user interface” and then I see "Using the Swift CLI to access Object Storage” but in the left nav they are reversed, so when scrolling there is a weird “jump” in the nav that it skips the entry for "Using the Swift CLI to access Object Storage” and then goes back to the UI menu item

https://console.ng.bluemix.net/docs/services/ObjectStorage/index.html#creating-object-storage-instance

Securing Apps: Public Region IPs

The content in the Securing Apps page is outdated in some respects. It still lists the region IP addresses for the DNS routing when we now have hostnames for the routers, so a CNAME is more appropriate. I would make sure all info on Tony's blog post (at the minimum) is included in this doc.

Mandatory and optional metadata for custom service brokers

admin/index.md shows a sample JSON document with metadata a custom service broker could return. It does not have information which fields are possible, which are mandatory or optional and about their purpose. This should be added

Timezone for openwhisk alarm package

I don't see anywhere in the OpenWhisk doc about the Alarm package what timezone will be used to interpret cron strings involving hours and longer time scales. For instance:

0 1 * * * * means fire the trigger at 1 AM every day. But 1 AM in what timezone? Is it UTC?

"bx iam org-users" returns blank lines

As with cf org-users, bx iam org-users also returns blank lines.

I have access to this information for the org in question (I can see it in the Bluemix dashboard), so this seems strange, as I'd expect a dedicated Bluemix CLI to send back the correct information.

The same problem is encountered for space-users.

cf version 6.15.0+fa1bfe2-2016-01-13
bx version 0.3.0-4b6b71d-2016-02-19T09:07:14+00:00

openwhisk: add examples of strings to configure alarm trigger

In https://github.com/IBM-Bluemix/docs/blob/master/openwhisk/openwhisk_catalog.md

Add some examples on how to use the cron trigger

Here are some examples of the frequency indicated by the string:

  • * * * * * *: every second.
  • 0 * * * * *: top of every minute.
  • * 0 * * * *: top of every hour.
  • 0 0 9 8 * *: at 9:00:00AM (UTC) on the eighth day of every month

And correct example, it should be '*/20not/20`

  wsk trigger create periodic --feed /whisk.system/alarms/alarm --param cron '/20 * * * * *' --param trigger_payload '{"name":"Odin","place":"Asgard"}'

Your support is ugly! and did your support system dead? and your billing system dead too.

I have try for bluemix for several days.
Very impressive of the platform.
I like your docker container hosting.
And i want to upgrade account to paid.

But your billing system broken. i submit my credit card information. but the system not success let me upgrade.

I post help ticket in your support system. but day by day goes. not support reply.

Nobody care?
What the bad cloud platform !!!
IBM bluemix, just like a joke.

strongSwan config is missing Bluemix VPN Gateway IP

https://github.com/IBM-Bluemix/docs/blob/master/services/vpn/vpn_onpremises.md
The VPN config for strongSwan is not clear about how to use the Bluemix Gateway IP address in the configuration /etc/ipsec.all.conf. The Cisco and Viata config examples reference this IP but not the strongSwan example. Make a search for the example IP
IBM VPN gateway IP address: *134.168.8.164 *
How should the onPrem system reach the BMX VPN without specifying the Gateway IP?

Link to DEVELOP is broken

Logging into Bluemix - go to your dashbard - on the top right click on Develop
capture
and it gives you a "404: Resource not found":

Uploading Data

I have to upload semi-large data files (20-30GB). In object storage v1, i was able to find a way to do a curl that would upload a compressed file, then decompress it once it finished uploading.

What can i do in object storage v3 that would allow me to do the same thing? I dont want to have to upload a 20+ GB file.

openwhisk: action invoke with --result doesn't contain string response

In doc https://github.com/IBM-Bluemix/docs/blob/master/openwhisk/openwhisk_catalog.md

The example of inoking myCloudant/write it uses the flag --result
The ouput only contains the json object

  ok: invoked /myNamespace/myCoudant/write with id 62bf696b38464fd1bcaff216a68b8287
  response:
  {
    "id": "heisenberg",
    "ok": true,
    "rev": "1-9a94fb93abc88d8863781a248f63c8c3"
  }

It should be :

  ok: invoked /myNamespace/myCoudant/write with id 62bf696b38464fd1bcaff216a68b8287
  {
    "id": "heisenberg",
    "ok": true,
    "rev": "1-9a94fb93abc88d8863781a248f63c8c3"
  }

openwhisk: update weather package docs with new api parameter and service

Not yet deployed, but it's already implemented in https://github.com/openwhisk/openwhisk/blob/master/catalog/weather/forecast.js

This issue to track if the new action get's deployed to bluemix, then the docs needs to updated to reflect the change.

New docs look like this:

Using the Weather package

The /whisk.system/weather package offers a convenient way to call the IBM Weather Insights API.

The package includes the following action.

Entity Type Parameters Description
/whisk.system/weather package apiKey Services from IBM Weather Insights API
/whisk.system/weather/forecast action apiKey, latitude, longitude, timePeriod forecast for specified time period

While not required, it's suggested that you create a package binding with the apiKey value. This way you don't need to specify the key every time you invoke the actions in the package.

Getting a weather forecast for a location

The /whisk.system/weather/forecast action returns a weather forecast for a location by calling an API from The Weather Company. The parameters are as follows:

  • apiKey: An API key for The Weather Company that is entitled to invoke the forecast API.
  • latitude: The latitude coordinate of the location.
  • longitude: The longitude coordinate of the location.
  • timeperiod: Time period for the forecast. Valid options are '10day' - (default) Returns a daily 10-day forecast , '24hour' - Returns an hourly 2-day forecast, , 'current' - Returns the current weather conditions, 'timeseries' - Returns both the current observations and up to 24 hours of past observations, from the current date and time.

Service Discovery registry can only register container instances and not CF apps.

Steps to reiterate the issue.

  1. Click on Service Discovery option in the Integrate tab of bluemix.
  2. Create the service discovery service.
  3. Follow the documentation inside the tab" Register a microservice".
    This documentation only includes steps to a container instance and does not provide information on how to register a CF application.

On BlueMix documentation landing page Getting Started, the help menus look blank on Ubuntu Chrome v50

Going to Documentation links, I see no headers on the pull-down menus in the right column.
Getting Started: https://new-console.ng.bluemix.net/docs/services/blockchain/index.html
and all other frames using the same structure.

https://media.github.ibm.com/user/12622/files/908c3622-5f07-11e6-84c2-f17838d49c02

However, since I know they are there, if I click the little arrows that exist for each chapter/page header, then the submenus do open up and I can click the links.

In contrast, using Firefox for Ubuntu canonical, version 47.0, it looks and behaves correctly (I can see and click the link "Getting Started" on the first line and open submenus, and also "About BlockChain" on the second line, etc.)

Jason Kirke says Chrome works ok on Windows. (His Chrome version is 52.) We should fix this on Linux Chrome, or on the older versions of Chrome, (depending on the actual root cause), or else state somewhere what the minimum supported version numbers are.

@sefuhrer : One of our testers came across this

Document ulimits for OpenWhisk Docker actions

When developing a Docker action for OpenWhisk, I hit a OSError: [Errno 24] Too many open files error. It would be good to document what the ulimits are on Docker containers to help scope development.

dashDB steps missing build pack

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.