You are on page 1of 3

Introduction :Problem given :That filter should find if the host has x86 architecture or not.

If the host has that architecture it


should return true else it should return false. Also we need a documentation how filter is working,
for preparing final project report

The solution which is used is :1. First the Ubuntu linux had been used. It is ubuntu-14.04.1-desktop-amd64.iso,
This is downloaded from the ubuntu. It is installed in the Oracle VM Virtual Box manager.
2. Then in that the following procedure of installation is used.
3. Essentially for the filters to be used and checked, you need to have the installation of Nova,
Keystone, Glance and Neutron
4. This needs to be installed in the ubuntu.
The following are the installment scripts to be installed :Horizon
http://www.server-world.info/en/note?os=Ubuntu_14.04&p=openstack_icehouse&f=10
Nova
http://www.server-world.info/en/note?os=Ubuntu_14.04&p=openstack_icehouse&f=6
Glance
http://www.server-world.info/en/note?os=Ubuntu_14.04&p=openstack_icehouse&f=5
Keystone
http://www.server-world.info/en/note?os=Ubuntu_14.04&p=openstack_icehouse&f=3
5. The configurations need to be done in step by step as given and password should be same in
all the configurations
6. Then the keystone token needs to be admintoken itself instead of the hex code of ssl value
7. Then once the keystone is installed, then the corresponding installations of the nova and the
glance should be installed.
8. The corresponding glance should be able to get the access to be able to list the image-list
9. The corresponding image should be added in the image-list.
10. The filter should be added in the keystone.conf
This needs to have the functionality of the corresponding filter
result.,http://docs.openstack.org/havana/config-reference/content/scheduler-filters.html
This way you add the scheduled filter. This filter will do the filteration of the architecture and get
the corresponding images only it will list.
I had attached the source code of the filter

And the corresponding screen prints also.

I had attached the code for the filter.

You might also like